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
|
isChildOfGroup ?? false
|
||||||
)}
|
)}
|
||||||
highlighted={highlighted}
|
highlighted={highlighted}
|
||||||
|
isChildOfGroup={isChildOfGroup}
|
||||||
>
|
>
|
||||||
<div className={'mt-1 ml-1 md:text-base'}>
|
<div className={'mt-1 ml-1 md:text-base'}>
|
||||||
<NotificationTextLabel notification={notification} />
|
<NotificationTextLabel notification={notification} />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user