{#if data.isAuthenticated} {#snippet actions(wishlist, unlocked)}
{ return async ({ update }) => { await update({ reset: false }); }; }}>
{#if unlocked}
{ return async ({ update }) => { await update({ reset: false }); }; }}>
{/if}
{/snippet}
{#snippet actions(wishlist, unlocked)}
{ return async ({ update }) => { await update({ reset: false }); }; }}>
{#if unlocked}
{ return async ({ update }) => { await update({ reset: false }); }; }}>
{/if}
{/snippet}
{#snippet actions(saved, unlocked)}
{ return async ({ update }) => { await update({ reset: false }); }; }}>
{#if unlocked}
{ return async ({ update }) => { await update({ reset: false }); }; }}>
{/if}
{/snippet}
{/if}