WIP Loading Header & Remaining changes from Sprint 1
This commit is contained in:
8
client/src/redux/application/application.selectors.js
Normal file
8
client/src/redux/application/application.selectors.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { createSelector } from "reselect";
|
||||
|
||||
const selectApplication = state => state.application;
|
||||
|
||||
export const selectLoading = createSelector(
|
||||
[selectApplication],
|
||||
application => application.loading
|
||||
);
|
||||
Reference in New Issue
Block a user