chore: format

This commit is contained in:
Timothy Jaeryang Baek
2026-03-02 17:07:53 -06:00
parent 3de14a53c2
commit 10baa6e781
7 changed files with 86 additions and 71 deletions

View File

@@ -96,9 +96,7 @@
}
}
selectedToolIds = selectedToolIds.filter(
(id) => Object.keys(tools).includes(id)
);
selectedToolIds = selectedToolIds.filter((id) => Object.keys(tools).includes(id));
};
</script>