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 0e2c11e commit 068650d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const StatusList = {
PICKUP: ["乗車待ち", colors.amber["500"]],
CARRYING: ["賃走", colors.red["500"]],
ARRIVED: ["到着", colors.emerald["500"]],
COMPLETED: ["完了", colors.emerald["500"]],
COMPLETED: ["空車", colors.sky["500"]], // MATCHING と同じにする
} as const;

export const SimulatorChairRideStatus: FC<
Expand Down

0 comments on commit 068650d

Please sign in to comment.