mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
lint.
This commit is contained in:
@@ -9,10 +9,7 @@
|
||||
<section>
|
||||
<Layout.Stack gap="s">
|
||||
{#each $notifications as notification (notification.id)}
|
||||
<span
|
||||
animate:flip={{ duration: 500 }}
|
||||
transition:fly|global={{ x: 50 }}
|
||||
>
|
||||
<span animate:flip={{ duration: 500 }} transition:fly|global={{ x: 50 }}>
|
||||
<Toast
|
||||
title={notification.title}
|
||||
status={notification.type}
|
||||
|
||||
Reference in New Issue
Block a user