about summary refs log tree commit diff
path: root/src/view/com/notifications
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-06-03 09:21:02 -0700
committerGitHub <noreply@github.com>2024-06-03 17:21:02 +0100
commitd93acb25f421bf619530d225e6dbbb22516fbfb2 (patch)
tree6e445b31aa2106ac0585cc4085e26173a4dd2b72 /src/view/com/notifications
parent708a80e7a7ca1199247a8c3ff4552d3957ea1c7b (diff)
downloadvoidsky-d93acb25f421bf619530d225e6dbbb22516fbfb2.tar.zst
hide top border for mentions and replies (#4330)
Diffstat (limited to 'src/view/com/notifications')
-rw-r--r--src/view/com/notifications/FeedItem.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/notifications/FeedItem.tsx b/src/view/com/notifications/FeedItem.tsx
index 22ebf8271..d6c38ea61 100644
--- a/src/view/com/notifications/FeedItem.tsx
+++ b/src/view/com/notifications/FeedItem.tsx
@@ -148,6 +148,7 @@ let FeedItem = ({
                   borderColor: pal.colors.unreadNotifBorder,
                 }
           }
+          hideTopBorder={hideTopBorder}
         />
       </Link>
     )