Skip to content

Commit 7a13a4d

Browse files
author
andela-jkimani
committed
Fix babelrc file
1 parent f2d1f7e commit 7a13a4d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.babelrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"presets": [
3-
"metalab", {
3+
["metalab", {
44
"targets": {
5+
"node": 4,
56
"browsers": [">1%"]
67
}
7-
}
8+
}]
89
]
910
}

src/connect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default ({scope, ...defaultProps} = {}) => (WrappedComponent) => {
6767
const {
6868
___relocationState___,
6969
___relocationDispatch___,
70-
...childProps,
70+
...childProps
7171
} = this.props;
7272
/* eslint-enable no-unused-vars */
7373

0 commit comments

Comments
 (0)