mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
#23 added is_loading to lab's head
This commit is contained in:
parent
58d5a8ee35
commit
e44ad8e5c2
3 changed files with 18 additions and 6 deletions
|
@ -2,6 +2,7 @@ import { IState } from '~/redux/store';
|
|||
|
||||
export const selectLab = (state: IState) => state.lab;
|
||||
export const selectLabListNodes = (state: IState) => state.lab.list.nodes;
|
||||
export const selectLabList = (state: IState) => state.lab.list;
|
||||
export const selectLabStatsHeroes = (state: IState) => state.lab.stats.heroes;
|
||||
export const selectLabStatsTags = (state: IState) => state.lab.stats.tags;
|
||||
export const selectLabStatsLoading = (state: IState) => state.lab.stats.is_loading;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue