Skip to content

Commit

Permalink
fix:debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pizza6inch committed Dec 31, 2024
1 parent 09dbb2f commit 3cc3375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(website)/traffic/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Page() {
const [isLoading, setIsLoading] = useState(true);

const options: Array<{ value: Transportation; label: string }> = [
{ value: "shuttle", label: "大眾接駁車" },ad
{ value: "shuttle", label: "大眾接駁車" },
{ value: "public", label: "大眾運輸工具" },
{ value: "car", label: "自行開車" },
];
Expand Down

0 comments on commit 3cc3375

Please sign in to comment.