diff --git a/frontend/src/components/PostEmbed.tsx b/frontend/src/components/PostEmbed.tsx index f968789..c375ca1 100644 --- a/frontend/src/components/PostEmbed.tsx +++ b/frontend/src/components/PostEmbed.tsx @@ -42,22 +42,26 @@ export default (({ post }: Props) => { const [framed, setFramed] = useState (false) - return <>{ - framed - ? ( -