diff --git a/js/src/components/Event/EventBanner.vue b/js/src/components/Event/EventBanner.vue index f2d429ab..5e653725 100644 --- a/js/src/components/Event/EventBanner.vue +++ b/js/src/components/Event/EventBanner.vue @@ -15,7 +15,7 @@ import LazyImageWrapper from "../Image/LazyImageWrapper.vue"; }, }) export default class EventBanner extends Vue { - @Prop({ required: true, default: null, type: Object as PropType }) + @Prop({ default: null, type: Object as PropType }) picture!: IMedia | null; }