From 825b9044b9d252272fa62c0d8cdb5fd7484f2abd Mon Sep 17 00:00:00 2001 From: orangemug Date: Tue, 9 Oct 2018 20:48:10 +0100 Subject: [PATCH] Tidy naming. --- src/components/layers/LayerListItem.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/layers/LayerListItem.jsx b/src/components/layers/LayerListItem.jsx index bbaab56..91fb044 100644 --- a/src/components/layers/LayerListItem.jsx +++ b/src/components/layers/LayerListItem.jsx @@ -23,7 +23,7 @@ class LayerTypeDragHandle extends React.Component { } } -const Handle = SortableHandle((props) => ) +const LayerTypeDragHandleSortable = SortableHandle((props) => ) class IconAction extends React.Component { static propTypes = { @@ -111,7 +111,7 @@ class LayerListItem extends React.Component { "maputnik-layer-list-item-selected": this.props.isSelected, [this.props.className]: true, })}> - + {this.props.layerId}