We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f3412a + e26dbdc commit 1132bfeCopy full SHA for 1132bfe
1 file changed
app/page.tsx
@@ -55,7 +55,6 @@ const Home: React.FC = () => {
55
};
56
57
const handleSearch = () => {
58
- const regionGroup = (document.getElementById("regionGroup") as HTMLSelectElement)!.value;
59
const country = (document.getElementById("country") as HTMLSelectElement)!.value;
60
const prefecture = (document.getElementById("prefecture") as HTMLSelectElement)!.value;
61
const regionDetail = (document.getElementById("regionDetail") as HTMLInputElement)!.value;
0 commit comments