Margin
This commit is contained in:
parent
9614e39e62
commit
b44d902bf6
|
@ -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 || ''}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user