Skip to content

Commit fd0a078

Browse files
committed
#74 fix compilation error due to talk-card's roomId needing to be required
1 parent ad82f3f commit fd0a078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/src/components/talk-card/TalkCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const props = defineProps({
9595
type: Object as PropType<MinimumTalkAttrs>
9696
},
9797
roomId: {
98-
required: true,
98+
required: false,
9999
type: Object as PropType<RoomId|undefined>
100100
},
101101
isHighlighted: {

0 commit comments

Comments
 (0)