fixed middle markers stay on marker deletion

This commit is contained in:
muerwre 2019-02-07 16:42:38 +07:00
parent 8a90c50352
commit bb661b976b
5 changed files with 11 additions and 10 deletions

View file

@ -175,4 +175,4 @@ const mapDispatchToProps = dispatch => bindActionCreators({
setDialogActive,
}, dispatch);
export const MapListMoreDialog = connect(mapStateToProps, mapDispatchToProps)(Component);
export const MapListDialog = connect(mapStateToProps, mapDispatchToProps)(Component);