diff --git a/src/editor/Editor.jsx b/src/editor/Editor.jsx index 0aa2cac..1edb955 100644 --- a/src/editor/Editor.jsx +++ b/src/editor/Editor.jsx @@ -74,8 +74,6 @@ const Editor = props => {
- - { - - const onSelect = type => _ => { - props.onSelect && props.onSelect(type); - } - - return ( -
-
- {'\uf041'} Place -
- -
- {'\uf007'} Person -
- -
- {'\uf005'} Event -
-
- ) - -} - -export default TypeSelectorWidget; \ No newline at end of file