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 optional in StatusActionsMore
Browse files Browse the repository at this point in the history
  • Loading branch information
jpezninjo committed Oct 31, 2023
1 parent 8538808 commit 333b6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/status/StatusActionsMore.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const props = defineProps<{
status: mastodon.v1.Status
details?: boolean
command?: boolean
feedName: string
feedName?: string
}>()
const emit = defineEmits<{
Expand Down

0 comments on commit 333b6fd

Please sign in to comment.