Fix notifications order (#5053)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina 2024-03-25 11:32:59 +04:00 committed by GitHub
parent 2387c52897
commit 24f364e454
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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