Skip to content

Commit

Permalink
fix(video): 🐛 mae prop optional
Browse files Browse the repository at this point in the history
  • Loading branch information
wrzrmzx committed Mar 3, 2024
1 parent d38ab7b commit ef56097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/video/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const props = withDefaults(defineProps<{
video: schema.Video
videoIndex?: number
opType?: 'none' | 'video' | 'playlist' | 'playlistEditor'
isAdmin: boolean
isAdmin?: boolean
// Become horizontal to fit mobile view
horizontal?: boolean
responsive?: boolean
Expand Down

0 comments on commit ef56097

Please sign in to comment.