refactor: cleanup unused props

This commit is contained in:
三咲智子 2023-01-07 22:56:23 +08:00
parent 1957a5c681
commit 2b5badf235
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E

View file

@ -19,7 +19,7 @@ const props = withDefaults(
// to the main expanded post
main?: Status
}>(),
{ actions: true, showReplyTo: true },
{ actions: true },
)
const status = $computed(() => {