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