diff options
author | Hailey <me@haileyok.com> | 2024-06-03 09:21:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-03 17:21:02 +0100 |
commit | d93acb25f421bf619530d225e6dbbb22516fbfb2 (patch) | |
tree | 6e445b31aa2106ac0585cc4085e26173a4dd2b72 /src/view/com/notifications | |
parent | 708a80e7a7ca1199247a8c3ff4552d3957ea1c7b (diff) | |
download | voidsky-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.tsx | 1 |
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> ) |