mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 10:22:53 +00:00
almost finished with chart
This commit is contained in:
@@ -33,7 +33,7 @@ export default function app(state = defaultState, action) {
|
||||
fetchingInfo: true,
|
||||
fetchedInfo: false
|
||||
});
|
||||
case types:FETCHING_UNIQUE_DATES:
|
||||
case types.FETCHING_UNIQUE_DATES:
|
||||
return Object.assign({}, state, {
|
||||
fetchingUniqueDates: true,
|
||||
fetchedUniqueDates: false
|
||||
|
||||
Reference in New Issue
Block a user