1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-20 00:33:09 +09:00
This commit is contained in:
NoriDev 2023-12-15 02:02:45 +09:00
parent 2cc523cfb4
commit f1e3628e07

View File

@ -148,7 +148,7 @@ import detectLanguage from '@/scripts/detect-language.js';
const props = withDefaults(defineProps<{
note: Misskey.entities.Note;
mock?: boolean;
showSubNoteFooterButton: boolean;
showSubNoteFooterButton?: boolean;
}>(), {
mock: false,
});