Hide market title in notifs if grouped
This commit is contained in:
parent
a5490c903f
commit
42cc07e4a6
|
@ -765,6 +765,7 @@ function NotificationItem(props: {
|
|||
isChildOfGroup ?? false
|
||||
)}
|
||||
highlighted={highlighted}
|
||||
isChildOfGroup={isChildOfGroup}
|
||||
>
|
||||
<div className={'mt-1 ml-1 md:text-base'}>
|
||||
<NotificationTextLabel notification={notification} />
|
||||
|
|
Loading…
Reference in New Issue
Block a user