From 1b921712832cc7e7c54034c41be1e34224d2c511 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 8 Sep 2025 22:06:23 +0300 Subject: [PATCH] remove link from saved count --- .../components/ThreadItemAnchor.tsx | 22 +++++++------------ 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/src/screens/PostThread/components/ThreadItemAnchor.tsx b/src/screens/PostThread/components/ThreadItemAnchor.tsx index 66ef962006..0eb7c2e25a 100644 --- a/src/screens/PostThread/components/ThreadItemAnchor.tsx +++ b/src/screens/PostThread/components/ThreadItemAnchor.tsx @@ -481,20 +481,14 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({ ) : null} {post.bookmarkCount != null && post.bookmarkCount !== 0 ? ( - - - - {formatPostStatCount(post.bookmarkCount)} - {' '} - - - + + + {formatPostStatCount(post.bookmarkCount)} + {' '} + + ) : null} ) : null}