{#if isVideo(upload.mime_type)} {:else} {/if}
{upload.uploader_name} {formatTime(upload.created_at)}
{#if upload.caption}

{upload.caption}

{/if}
{#if comments.length === 0}

Noch keine Kommentare.

{:else}
{#each comments as comment (comment.id)}
{comment.uploader_name} {comment.body}
{formatTime(comment.created_at)}
{#if comment.user_id === userId} {/if}
{/each}
{/if}
{ e.preventDefault(); submitComment(); }} class="flex gap-2 border-t border-gray-100 p-3" >