Fixed some non-critial errors
This commit is contained in:
parent
fe96164f4e
commit
6628b3d0df
2 changed files with 6 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue