hide top border for mentions and replies (#4330)

This commit is contained in:
Hailey 2024-06-03 09:21:02 -07:00 committed by GitHub
parent 708a80e7a7
commit d93acb25f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 2 deletions

View file

@ -148,6 +148,7 @@ let FeedItem = ({
borderColor: pal.colors.unreadNotifBorder,
}
}
hideTopBorder={hideTopBorder}
/>
</Link>
)