Skip to content

Commit

Permalink
fixup! fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahBellaha committed Nov 25, 2024
1 parent 5349413 commit 496e79f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ const StdcmOperationalPoint = ({ point, opPointId, disabled }: StdcmOperationalP
ch: p.ch,
uic: p.uic,
coordinates: p.geographic.coordinates,
trigram: p.trigram,
}
: { name: undefined, ch: undefined, uic: -1, coordinates: undefined };
dispatch(updateStdcmPathStep({ id: point.id, updates: newPoint }));
Expand Down

0 comments on commit 496e79f

Please sign in to comment.