Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chunlaw committed Nov 15, 2023
2 parents 23298f6 + b5559e1 commit 8170dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ const Settings = () => {
geoPermission === "granted"
? "開啟"
: geoPermission === "opening"
? "開啟中..."
: "關閉"
? "開啟中..."
: "關閉"
)}
/>
</ListItemButton>
Expand Down

0 comments on commit 8170dfe

Please sign in to comment.