From 8f632cd05ce6ddbc03557d6325bda4a8da9ce6ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Sat, 9 Sep 2023 14:53:20 +0200 Subject: [PATCH] feat: Add tag for drafts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim HĂ„rek Andreassen --- components/PostList.tsx | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/components/PostList.tsx b/components/PostList.tsx index abf81b9..a523276 100644 --- a/components/PostList.tsx +++ b/components/PostList.tsx @@ -9,12 +9,20 @@ export function PostList({ posts }: Props) {