diff --git a/src/components/dataDisplay/postEmbed/RecordEmbed.tsx b/src/components/dataDisplay/postEmbed/RecordEmbed.tsx index 53ea72e2..90057bfc 100644 --- a/src/components/dataDisplay/postEmbed/RecordEmbed.tsx +++ b/src/components/dataDisplay/postEmbed/RecordEmbed.tsx @@ -23,16 +23,6 @@ export default function RecordEmbed(props: Props) { return (
- {isBlocked && ( -
- -
- )} - {notFound && ( -
- -
- )} {media && } {isViewable && depth < 1 && (
)} + {isBlocked && ( +
+ +
+ )} + {notFound && ( +
+ +
+ )}
); }