Skip to content

Commit 496e79f

Browse files
committed
fixup! fix comments
1 parent 5349413 commit 496e79f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

front/src/applications/stdcm/components/StdcmForm/StdcmOperationalPoint.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ const StdcmOperationalPoint = ({ point, opPointId, disabled }: StdcmOperationalP
8282
ch: p.ch,
8383
uic: p.uic,
8484
coordinates: p.geographic.coordinates,
85-
trigram: p.trigram,
8685
}
8786
: { name: undefined, ch: undefined, uic: -1, coordinates: undefined };
8887
dispatch(updateStdcmPathStep({ id: point.id, updates: newPoint }));

0 commit comments

Comments
 (0)