mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 11:50:56 +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="notifications">
|
||||
{#each notifications.slice(0, maxNotifications).reverse() as notification}
|
||||
{#each notifications.slice(0, maxNotifications) as notification}
|
||||
<div class="notification">
|
||||
<div class="embeddedMarker" />
|
||||
<InboxNotificationPresenter
|
||||
|
Loading…
Reference in New Issue
Block a user