Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaddox5 committed Nov 16, 2023
1 parent 7359387 commit bc21699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/components/Dashboard/ScreenDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const ScreenCard = (props: ScreenDetailProps) => {
if (isPaess) {
return `/ ${getPaessRoute(paessRouteLetter)}`;
} else if (isTriptych) {
const [_prefix, _stationsName, _routeId, directionId, _index] =
const [_prefix, _stationName, _routeId, directionId, _index] =
screens[0].id.split("-");

return `/ ${getTriptychPlatform(parseInt(directionId))}`;
Expand Down

0 comments on commit bc21699

Please sign in to comment.