diff --git a/src/lib/components/dictionary/test/page/tabs/map.svelte b/src/lib/components/dictionary/test/page/tabs/map.svelte
index a7ab7b1..327db50 100644
--- a/src/lib/components/dictionary/test/page/tabs/map.svelte
+++ b/src/lib/components/dictionary/test/page/tabs/map.svelte
@@ -7,9 +7,8 @@
import Trash2Icon from "@lucide/svelte/icons/trash-2";
import { untrack } from "svelte";
- let { resetMap = $bindable(), ...props } = $props()
+ let { tempMap = $bindable([]), resetMap = $bindable(), ...props } = $props()
- let tempMap = $state([]);
let editingId = $state(null);
let idCounter = $state(0);