mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
removed unnecessary action creators
This commit is contained in:
parent
b75c028ce1
commit
de5726929f
12 changed files with 98 additions and 89 deletions
|
@ -45,8 +45,12 @@ const Component = ({
|
|||
|
||||
function mapStateToProps(state) {
|
||||
const {
|
||||
map: {
|
||||
provider,
|
||||
logo,
|
||||
},
|
||||
user: {
|
||||
provider, logo, markers_shown, editing
|
||||
markers_shown, editing
|
||||
},
|
||||
} = state;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue