Skip to content

Commit a78e6d5

Browse files
committed
fix lint error
1 parent 92f5e31 commit a78e6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/connect.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2277,7 +2277,7 @@ describe('React', () => {
22772277
return <div>hi</div>
22782278
}
22792279
const Container = connect()(Comp)
2280-
function Oops(props) {
2280+
function Oops() {
22812281
return <Container store={'oops'} />
22822282
}
22832283
expect(() => {

0 commit comments

Comments
 (0)