feat: upgrade to Emotion 10 (#2166)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { Map } from 'immutable';
|
||||
/*
|
||||
* Reducer for some global UI state that we want to share between components
|
||||
* */
|
||||
* Reducer for some global UI state that we want to share between components
|
||||
* */
|
||||
const globalUI = (state = Map({ isFetching: false }), action) => {
|
||||
// Generic, global loading indicator
|
||||
if (action.type.indexOf('REQUEST') > -1) {
|
||||
|
Reference in New Issue
Block a user