From 2b5badf2352648b19f4b7476c8b1657f54988313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Sat, 7 Jan 2023 22:56:23 +0800 Subject: [PATCH] refactor: cleanup unused props --- 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 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(() => {