Skip to content

Commit

Permalink
fixup! front: sort curves in rs editor
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahBellaha committed Nov 17, 2023
1 parent 64a361e commit f613363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const RouteEditionLayers: FC = () => {
<>
{/* Editor data layer */}
<GeoJSONs
selection={!isEmpty(selectionList) ? selectionList : ['placeholder']}
selection={selectionList.length > 1 ? selectionList : undefined}
colors={colors[mapStyle]}
layers={editorLayers}
fingerprint={renderingFingerprint}
Expand Down

0 comments on commit f613363

Please sign in to comment.