From d03bdf47270a22a4f4d8f2955a15c29309ee8015 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 28 Feb 2023 18:16:18 +0000 Subject: [PATCH] photo page tweaks --- src/components/templates/Post/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/templates/Post/index.tsx b/src/components/templates/Post/index.tsx index a0d9809a..3bc6d606 100644 --- a/src/components/templates/Post/index.tsx +++ b/src/components/templates/Post/index.tsx @@ -63,11 +63,10 @@ export default function Post({ {type === 'link' && } - + {type !== 'photo' && } - )