Hide market title in notifs if grouped

This commit is contained in:
Ian Philips 2022-10-03 14:59:27 -06:00
parent a5490c903f
commit 42cc07e4a6

View File

@ -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} />