Skip to content

Commit

Permalink
Update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccollum-woolpert committed Feb 16, 2024
1 parent 1b6aaad commit 3e7228d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('TravelSimulatorComponent', () => {
{ selector: ShipmentModelSelectors.selectGlobalStartTime, value: 0 },
{ selector: ShipmentModelSelectors.selectGlobalEndTime, value: 0 },
{ selector: TravelSimulatorSelectors.selectTime, value: 0 },
{ selector: TravelSimulatorSelectors.selectActive, value: false }
{ selector: TravelSimulatorSelectors.selectActive, value: false },
],
}),
],
Expand Down

0 comments on commit 3e7228d

Please sign in to comment.