Skip to content

Commit

Permalink
fixup! front: select op with map when add train
Browse files Browse the repository at this point in the history
  • Loading branch information
theocrsb committed Dec 17, 2024
1 parent a42c7a0 commit 1030168
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ function RenderPopup({ pathProperties }: RenderPopupProps) {
};
});

// trackPartCoordinates.push({
// trackName: 'All',
// coordinates: [],
// isSelected: false,
// });

setClickedOp({
id: nextId(),
secondary_code: result[0].railjson.extensions.sncf.ch,
Expand Down Expand Up @@ -235,7 +229,6 @@ function RenderPopup({ pathProperties }: RenderPopupProps) {
<RiMapPin2Fill />
<span className="d-none">{t('origin')}</span>
</button>
{/* UPDATE FOR ADD OP */}
{origin && destination && (
<button
className="btn btn-sm btn-info"
Expand Down

0 comments on commit 1030168

Please sign in to comment.