Skip to content

Commit

Permalink
fix: platform won't display
Browse files Browse the repository at this point in the history
  • Loading branch information
ludchieng committed Jan 24, 2023
1 parent 2c41a7f commit e3e6114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const formatData = (visit: any) => {

time: new Date(mvjmc?.ExpectedDepartureTime),

plateform: mvjmc?.ArrivalPlatformName?.value,
platform: mvjmc?.ArrivalPlatformName?.value,
arrivalTime: mvjmc?.ExpectedArrivalTime && new Date(mvjmc.ExpectedArrivalTime),
arrivalStatus: mvjmc?.ArrivalStatus,
departureTime: mvjmc?.ExpectedDepartureTime && new Date(mvjmc.ExpectedDepartureTime),
Expand Down

0 comments on commit e3e6114

Please sign in to comment.