Do not invoke close(), just pass it

This commit is contained in:
Lukas Rieder 2020-08-23 22:20:55 +02:00
commit ff8e0c44aa

View file

@ -105,7 +105,7 @@
<NotificationButton
{iconDescription}
{notificationType}
on:click={close()} />
on:click={close} />
{/if}
</div>
{/if}