Skip to content

Commit 1132bfe

Browse files
authored
Merge pull request #7 from SATSOIL/shimoda_dev
修正
2 parents 9f3412a + e26dbdc commit 1132bfe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/page.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ const Home: React.FC = () => {
5555
};
5656

5757
const handleSearch = () => {
58-
const regionGroup = (document.getElementById("regionGroup") as HTMLSelectElement)!.value;
5958
const country = (document.getElementById("country") as HTMLSelectElement)!.value;
6059
const prefecture = (document.getElementById("prefecture") as HTMLSelectElement)!.value;
6160
const regionDetail = (document.getElementById("regionDetail") as HTMLInputElement)!.value;

0 commit comments

Comments
 (0)