about summary refs log tree commit diff
path: root/src/view/com/notifications
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-12-17 11:22:49 +0000
committerGitHub <noreply@github.com>2024-12-17 11:22:49 +0000
commit07b7250682c2841e9428c509707d08c17a4317df (patch)
treec3bb31fa1eed591f9a37535317ba81b12fdae21c /src/view/com/notifications
parent31d2aa6716007871d50892be8b866085309ae92c (diff)
downloadvoidsky-07b7250682c2841e9428c509707d08c17a4317df.tar.zst
Fix notifications borders (#7140)
Diffstat (limited to 'src/view/com/notifications')
-rw-r--r--src/view/com/notifications/NotificationFeed.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/notifications/NotificationFeed.tsx b/src/view/com/notifications/NotificationFeed.tsx
index 0b814e68d..5fa40b30b 100644
--- a/src/view/com/notifications/NotificationFeed.tsx
+++ b/src/view/com/notifications/NotificationFeed.tsx
@@ -134,7 +134,7 @@ export function NotificationFeed({
           highlightUnread={filter === 'all'}
           item={item}
           moderationOpts={moderationOpts!}
-          hideTopBorder={index === 0 && item.notification.isRead}
+          hideTopBorder={index === 0}
         />
       )
     },