Skip to content

Commit

Permalink
front: fix rs traction mode update after edition in rseditor
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainValls committed Jan 5, 2024
1 parent b9c0352 commit f2e96c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const RollingStockCard = ({
}
});
return { ...localModes, voltages: localVoltages };
}, []);
}, [rollingStock.effort_curves.modes]);

function displayCardDetail() {
if (!isOpen) {
Expand Down

0 comments on commit f2e96c2

Please sign in to comment.