lint and type fixes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user