lint and type fixes
This commit is contained in:
parent
54071efaea
commit
6ac37b4d6c
84 changed files with 188 additions and 374 deletions
|
|
@ -55,7 +55,6 @@ const props = withDefaults(defineProps<{
|
|||
|
||||
const showContent = ref(false);
|
||||
const replies = ref<Misskey.entities.Note[]>([]);
|
||||
|
||||
const mergedCW = computed(() => computeMergedCw(props.note));
|
||||
|
||||
if (props.detail) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue