Skip to content

Commit

Permalink
Fix status displaying when COMPLETED
Browse files Browse the repository at this point in the history
  • Loading branch information
popunbom committed Dec 4, 2024
1 parent ed81bb8 commit 591a255
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const StatusList = {
PICKUP: ["乗車待ち", "text-amber-500"],
CARRYING: ["賃走", "text-red-500"],
ARRIVED: ["到着", "text-emerald-500"],
COMPLETED: ["完了", "text-emerald-500"],
COMPLETED: ["空車", "text-sky-500"], // MATCHING と同じにする
} as const;

export const SimulatorChairRideStatus: FC<
Expand Down

0 comments on commit 591a255

Please sign in to comment.