Skip to content
This repository was archived by the owner on Jan 4, 2018. It is now read-only.

Commit 90bef53

Browse files
committed
Update fetchOnUpdate.js
PropTypes params should be placed for eslint.
1 parent 34d0f5e commit 90bef53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/decorators/fetchOnUpdate.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ export default function fetchOnUpdate (paramKeys, fn) {
1313
class FetchOnUpdateDecorator extends React.Component {
1414

1515
static propTypes = {
16-
actions: PropTypes.object
16+
actions: PropTypes.object,
17+
params: PropTypes.object
1718
}
1819

1920
componentWillMount () {

0 commit comments

Comments
 (0)