diff --git a/src/components/post/post.tsx b/src/components/post/post.tsx index efad362a..b07db8d2 100644 --- a/src/components/post/post.tsx +++ b/src/components/post/post.tsx @@ -161,7 +161,7 @@ const Post = ({ index, post = {} }: PostProps) => { const { subscribe, subscribed } = useSubscribe({ subplebbitAddress }); // show gray dotted border around last clicked post - const isLastClicked = sessionStorage.getItem('lastClickedPost') === cid; + const isLastClicked = sessionStorage.getItem('lastClickedPost') === cid && !isInPostView; const handlePostClick = () => { if (cid) { if (sessionStorage.getItem('lastClickedPost') === cid) { @@ -174,7 +174,7 @@ const Post = ({ index, post = {} }: PostProps) => { return (
-
+
{t('post_hidden').charAt(0).toUpperCase() + t('post_hidden').slice(1)}