This commit is contained in:
Ian Philips 2022-07-07 14:27:33 -06:00
parent 9614e39e62
commit b44d902bf6

View File

@ -475,7 +475,7 @@ function NotificationGroupItem(props: {
>
{sourceContractTitle ? (
<div className={'flex w-full flex-row justify-between'}>
<div>
<div className={'ml-2'}>
Activity on
<NotificationLink notification={notifications[0]} />
</div>
@ -631,7 +631,6 @@ function NotificationItem(props: {
}
>
<div>
{' '}
{sourceUpdateType != 'closed' && (
<UserLink
name={sourceUserName || ''}