Skip to content

Commit

Permalink
DBC22-946: Updated Road name with correct value (#174)
Browse files Browse the repository at this point in the history
DBC22-946: Updated Road name with correct value
  • Loading branch information
bcgov-brwang authored Nov 10, 2023
1 parent c2b8036 commit d66f983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend/src/pages/EventsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export default function EventsPage() {
cell: (props) => <span>{props.getValue().toLowerCase()}</span>,
},
{
header: 'Road Name',
accessorKey: 'route_display',
header: 'Road',
accessorKey: 'route_at',
},
{
header: 'Direction',
Expand Down

0 comments on commit d66f983

Please sign in to comment.