{#if targetCount > 0}
{#if isBulk} {targetCount} selected {:else} Focused photo {/if}
{#if isReview} {:else if isArchive} {:else}
{#if heapPickerOpen}
{#if heapsQuery.isPending}

Loading…

{:else if (heapsQuery.data ?? []).length === 0}

No heaps yet

{:else} {#each heapsQuery.data ?? [] as heap, i (heap.UID)} {/each} {/if}
{/if}
{/if}
{/if}