refactor: cleanup unused props
parent
1957a5c681
commit
2b5badf235
|
@ -19,7 +19,7 @@ const props = withDefaults(
|
||||||
// to the main expanded post
|
// to the main expanded post
|
||||||
main?: Status
|
main?: Status
|
||||||
}>(),
|
}>(),
|
||||||
{ actions: true, showReplyTo: true },
|
{ actions: true },
|
||||||
)
|
)
|
||||||
|
|
||||||
const status = $computed(() => {
|
const status = $computed(() => {
|
||||||
|
|
Loading…
Reference in New Issue