From c2de6acc9d5bddf53991deafe35a67a63be1abf3 Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Tue, 20 Feb 2024 18:03:38 +0100 Subject: [PATCH] fix last visit dotted border --- src/components/post/post.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/post/post.tsx b/src/components/post/post.tsx index e112a5d2..94fbc744 100644 --- a/src/components/post/post.tsx +++ b/src/components/post/post.tsx @@ -199,13 +199,13 @@ const Post = ({ index, post = {} }: PostProps) => {
-

+

{isInPostView && link ? ( - + {postTitle ?? '-'} ) : ( - + {postTitle ?? '-'} )}