We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9ef96 commit 35c5008Copy full SHA for 35c5008
src/reducers/currency-rates-reducer.tsx
@@ -23,7 +23,7 @@ const initialState = Immutable({
23
currencies: Object.keys(RATES_MOCK)
24
});
25
26
-export default function reducer(state = initialState, action: FluxStandardAction<any> = {}) {
+export default function reducer(state = initialState, action: FluxStandardAction<any>) {
27
switch (action.type) {
28
case LOAD_CURRENCY_RATES:
29
return state.merge({
0 commit comments