Revert "AudioRef: placeholder render"

This reverts commit c6d3bbd7b9.
This commit is contained in:
Enrico Ros
2025-05-28 17:29:57 -07:00
parent ff74a8ed9c
commit e966674d39
@@ -161,17 +161,6 @@ export function ContentFragments(props: {
);
case 'audio_ref':
// unsupported for now
return (
<BlockPartError
key={fId}
errorText='Audio fragments are not supported yet.'
messageRole={props.messageRole}
contentScaling={props.contentScaling}
/>
);
case 'image_ref':
return (
<BlockPartImageRef