Skip to content

Commit

Permalink
remove fixed munitipalicities
Browse files Browse the repository at this point in the history
  • Loading branch information
trfv committed Jul 17, 2024
1 parent 5172118 commit 17ef449
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ https://app.shisetsudb.com

## 対応地区

- 荒川区(※現在、予約状況が表示できません)
- 荒川区
- 江戸川区(※現在、予約状況が表示できません)
- 大田区(※現在、予約状況が表示できません)
- 北区
Expand All @@ -28,7 +28,7 @@ https://app.shisetsudb.com
- 豊島区(※現在、予約状況が表示できません)
- 中央区
- 文京区(※現在、予約状況が表示できません)
- 川崎市(※現在、予約状況が表示できません)
- 川崎市

## 備考

Expand Down
4 changes: 2 additions & 2 deletions src/pages/Top.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default () => {
</ul>
<h2 id="対応地区">対応地区</h2>
<ul>
<li>荒川区(※現在、予約状況が表示できません)</li>
<li>荒川区</li>
<li>江戸川区(※現在、予約状況が表示できません)</li>
<li>大田区(※現在、予約状況が表示できません)</li>
<li>北区</li>
Expand All @@ -32,7 +32,7 @@ export default () => {
<li>豊島区(※現在、予約状況が表示できません)</li>
<li>中央区</li>
<li>文京区(※現在、予約状況が表示できません)</li>
<li>川崎市(※現在、予約状況が表示できません)</li>
<li>川崎市</li>
</ul>
<h2 id="備考">備考</h2>
<ul>
Expand Down
2 changes: 0 additions & 2 deletions src/utils/municipality.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,11 @@ export const SupportedMunicipalityMap: Record<string, string> = {
export const SELECT_OPTION_ALL = "all";

export const RESERVATION_EXCLUDED_MUNICIPALITIES: SupportedMunicipality[] = [
"MUNICIPALITY_ARAKAWA",
"MUNICIPALITY_EDOGAWA",
"MUNICIPALITY_OTA",
"MUNICIPALITY_SUGINAMI",
"MUNICIPALITY_TOSHIMA",
"MUNICIPALITY_BUNKYO",
"MUNICIPALITY_KAWASAKI",
] as const;

export const MunicipalityOptions: { value: string; label: string }[] = [
Expand Down

0 comments on commit 17ef449

Please sign in to comment.