Skip to content

Commit

Permalink
front: power restrictions v2
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainValls committed Jun 23, 2024
1 parent c9ba501 commit 1dc7dec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const PowerRestrictionsSelectorV2 = ({
dispatch(deletePowerRestrictionRangesV2({ from: fromPathStep, to: toPathStep }));
}
};

console.log('test');
const formatElectricalRanges = (
ranges: PowerRestrictionV2[]
): { begin: number; end: number; value: string }[] => {
Expand Down

0 comments on commit 1dc7dec

Please sign in to comment.