Misc fixes

This commit is contained in:
2022-01-18 17:05:11 +01:00
parent 5fd1b4baae
commit 2ec810b932
3 changed files with 2 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
<Cart />
<div class="cart-notifications">
<div class="notifications">
{#each $cartNotifications as { id, title, name, image } (id)}
<NotificationCart
title={title}