From e0b5ea7588cd6eaaecf7428f6b21942cb1aeb3a6 Mon Sep 17 00:00:00 2001 From: Joseph Perez Date: Tue, 7 Nov 2023 08:58:44 -0800 Subject: [PATCH] fix(posts): make feedName for StatusCards option --- components/status/StatusCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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