diff --git a/components/status/StatusCard.vue b/components/status/StatusCard.vue index ee45fc8f..9229bfd2 100644 --- a/components/status/StatusCard.vue +++ b/components/status/StatusCard.vue @@ -19,7 +19,7 @@ const props = withDefaults( // to the main expanded post main?: Status }>(), - { actions: true, showReplyTo: true }, + { actions: true }, ) const status = $computed(() => {