From d8413b09f82612a39fec6b03130001f1c3ad5e44 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 8 Sep 2025 23:14:19 +0300 Subject: remove link from saved count (#9010) --- .../PostThread/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 66ef96200..0eb7c2e25 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} -- cgit 1.4.1