diff --git a/packages/client/src/components/MkKeyValue.vue b/packages/client/src/components/MkKeyValue.vue
index 285b4e9b74..9d47b327b9 100644
--- a/packages/client/src/components/MkKeyValue.vue
+++ b/packages/client/src/components/MkKeyValue.vue
@@ -7,6 +7,7 @@
@@ -18,6 +18,7 @@
import {} from "vue";
import MfmCore from "@/components/mfm";
import { defaultStore } from "@/store";
+import { $i } from "@/account";
const props = withDefaults(
defineProps<{
diff --git a/packages/client/src/ui/visitor/kanban.vue b/packages/client/src/ui/visitor/kanban.vue
index fcfa02e885..e9a3761fb5 100644
--- a/packages/client/src/ui/visitor/kanban.vue
+++ b/packages/client/src/ui/visitor/kanban.vue
@@ -51,6 +51,7 @@
class="desc"
:class="{ collapsed: isLong && collapsed }"
:text="meta.description || i18n.ts.introMisskey"
+ :advancedMfm="false"
>