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 <NotificationButton
{iconDescription} {iconDescription}
{notificationType} {notificationType}
on:click={close()} /> on:click={close} />
{/if} {/if}
</div> </div>
{/if} {/if}