removed unnecessary action creators

This commit is contained in:
Fedor Katurov 2019-12-30 21:16:04 +07:00
parent b75c028ce1
commit de5726929f
12 changed files with 98 additions and 89 deletions

View file

@ -45,8 +45,12 @@ const Component = ({
function mapStateToProps(state) {
const {
map: {
provider,
logo,
},
user: {
provider, logo, markers_shown, editing
markers_shown, editing
},
} = state;