mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
passing editing status to map
This commit is contained in:
parent
58eefd5670
commit
9c3c8cf46d
10 changed files with 213 additions and 65 deletions
3
src/redux/user/selectors.ts
Normal file
3
src/redux/user/selectors.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
import { IState } from '$redux/store'
|
||||
|
||||
export const selectUserEditing = (state: IState) => state.user.editing;
|
Loading…
Add table
Add a link
Reference in a new issue