Fix stories

This commit is contained in:
Pranav
2024-12-12 17:36:08 -08:00
parent f865a2fb38
commit 0bba0ef6ff
2 changed files with 10 additions and 5 deletions
@@ -123,7 +123,7 @@ const props = defineProps({
},
contentAttributes: {
type: Object,
default: () => {},
default: () => { },
},
currentUserId: {
type: Number,
@@ -319,7 +319,7 @@ provideMessageContext({
>
<Avatar
:name="sender ? sender.name : ''"
:src="sender.thumbnail"
:src="sender?.thumbnail"
:size="24"
/>
</div>