Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix(posts): make feedName for StatusCards option
Browse files Browse the repository at this point in the history
  • Loading branch information
jpezninjo committed Nov 7, 2023
1 parent a77f933 commit e0b5ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/status/StatusCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0b5ea7

Please sign in to comment.