diff --git a/components/status/StatusCard.vue b/components/status/StatusCard.vue index 22096305ef..6e68f7e089 100644 --- a/components/status/StatusCard.vue +++ b/components/status/StatusCard.vue @@ -9,7 +9,7 @@ const props = withDefaults( hover?: boolean inNotification?: boolean isPreview?: boolean - feedName: string + feedName?: string // If we know the prev and next status in the timeline, we can simplify the card older?: mastodon.v1.Status