mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 19:58:09 +00:00
Fix inbox notification view (#4013)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
a4ed8c3a10
commit
cb24c32543
@ -105,9 +105,11 @@
|
||||
{/if}
|
||||
{#if !preview || notificationPreviewPresenter === undefined}
|
||||
<div class="flex-between flex-baseline mt-3">
|
||||
{#if tx}
|
||||
<TxView {tx} {viewlets} objectId={value.attachedTo} />
|
||||
{/if}
|
||||
<div>
|
||||
{#if tx}
|
||||
<TxView {tx} {viewlets} objectId={value.attachedTo} />
|
||||
{/if}
|
||||
</div>
|
||||
<div class="time">
|
||||
<TimeSince value={tx?.modifiedOn} />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user