Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
MaybeJustJames committed Sep 14, 2020
1 parent b1843da commit c226293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"react-splitter-layout": "^3.0.0",
"react-table": "^6.8.6",
"react-toggle-display": "^2.2.1",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"scriptjs": "^2.5.8",
"semantic-ui-css": "^2.2.12",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Search/reducer.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import produce from 'immer';
import { has } from 'ramda';
import { Reducer } from 'react-redux';
import { Reducer } from 'redux';

import * as t from './actionTypes';
import { State, init } from './model';
Expand Down

0 comments on commit c226293

Please sign in to comment.