{#if $isAuthenticated}
{#snippet child({ props })} {/snippet}

Add to Reading List

Select lists to add or remove this novel.

{#if fetching}
{:else if error}

{error}

{:else if readingLists.length === 0 && !showQuickCreate}

No reading lists yet

{:else}
{#each readingLists as list (list.id)} {@const isInList = novelInLists.has(list.id)} {@const isLoading = loadingListIds.has(list.id)} {/each}
{#if showQuickCreate}
{#if createError}

{createError}

{/if}
{:else}
{/if} {/if}
{/if}