Fixed some non-critial errors

This commit is contained in:
Ariadna 2025-04-20 02:19:55 -04:00
parent fe96164f4e
commit 6628b3d0df
Signed by: ari
SSH key fingerprint: SHA256:j4xpQafvRcIH4rwZqM5aREIogWsCjyYohia7vH0+uZY
2 changed files with 6 additions and 3 deletions

View file

@ -18,7 +18,7 @@
<p>{post.text}</p>
{#if post.replyingDid}
<p>Replying to: {post.replyingDid}</p>
{/if}
{/if}
{#if post.imagesCid}
<div id="imagesContainer">
{#each post.imagesCid as imageLink}