Skip to content

Commit

Permalink
front: lmr: reduce grid margins value from 35s to 5s
Browse files Browse the repository at this point in the history
Signed-off-by: SarahBellaha <sarah.bellaha@sncf.fr>
  • Loading branch information
SarahBellaha committed Dec 5, 2024
1 parent 61999e2 commit 8c267c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ const StdcmConfig = ({

useEffect(() => {
if (!isDebugMode) {
dispatch(updateGridMarginAfter(35));
dispatch(updateGridMarginBefore(35));
dispatch(updateGridMarginAfter(5));
dispatch(updateGridMarginBefore(5));
dispatch(updateStdcmStandardAllowance({ type: 'time_per_distance', value: 4.5 }));
}
}, [isDebugMode]);
Expand Down

0 comments on commit 8c267c4

Please sign in to comment.