Dependency refactor #17

Merged
nomadjimbob merged 155 commits from dependency-refactor into main 2023-02-27 12:30:57 +00:00
Showing only changes of commit 3231063bc2 - Show all commits

View File

@@ -19,7 +19,7 @@
</div>
</div>
<component :is="formattedContent" ref="content"></component>
<SMAttachments :attachments="post.attachments" />
<SMAttachments :attachments="post.attachments || []" />
</SMContainer>
</SMPage>
</template>