{#each visibleAttachments as attachment, i}
{/each}
{#if visibleAttachments.length < totalAttachments}
{
const loc = getCurrentResolvedLocation()
loc.path[3] = 'fileBrowser'
loc.query = channel ? { spaceId: channel._id } : {}
navigate(loc)
}}
>
{/if}