mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-15 16:33:02 -03:00
fix: forcing unread styling for friend request received notification
This commit is contained in:
@@ -174,7 +174,9 @@ export function NotificationItem({
|
||||
return (
|
||||
<div
|
||||
className={cn("notification-item", {
|
||||
"notification-item--unread": !notification.isRead,
|
||||
"notification-item--unread":
|
||||
!notification.isRead ||
|
||||
notification.type === "FRIEND_REQUEST_RECEIVED",
|
||||
})}
|
||||
onClick={handleClick}
|
||||
onKeyDown={(e) => {
|
||||
|
||||
Reference in New Issue
Block a user