Skip to content

Commit 4a4f1ac

Browse files
committed
DT-6951 deleted unnecessary flattening
1 parent cb09c31 commit 4a4f1ac

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/ui/Monitor.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@ const Monitor: FC<IProps> = ({
127127
});
128128
})
129129
.flat();
130-
stopsForMap.forEach(c => {
131-
c.coords.flat();
132-
});
130+
133131
if (stopsForMap.length === 0) {
134132
return (
135133
<div

0 commit comments

Comments
 (0)