mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-07 00:09:34 +00:00
Fix notifications order (#5053)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
parent
2387c52897
commit
24f364e454
@ -140,7 +140,7 @@
|
|||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="notifications">
|
<div class="notifications">
|
||||||
{#each notifications.slice(0, maxNotifications).reverse() as notification}
|
{#each notifications.slice(0, maxNotifications) as notification}
|
||||||
<div class="notification">
|
<div class="notification">
|
||||||
<div class="embeddedMarker" />
|
<div class="embeddedMarker" />
|
||||||
<InboxNotificationPresenter
|
<InboxNotificationPresenter
|
||||||
|
Loading…
Reference in New Issue
Block a user