Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector committed Jul 13, 2023
1 parent 62fa0cf commit 90a84cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/NotificationItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<div
v-for="notif in notification.grouped_notifs
? [notification, ...notification.grouped_notifs]
: notification"
: [notification]"
:key="notif.id"
class="version-link"
>
Expand Down

0 comments on commit 90a84cd

Please sign in to comment.