Skip to content

Commit ede6245

Browse files
committed
cosmetics
1 parent 52cfa13 commit ede6245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/connectAdvanced.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ export default function connectAdvanced(
249249
}
250250

251251
const forwarded = React.forwardRef(forwardRef)
252-
forwarded.displayName = Connect.displayName
252+
forwarded.displayName = displayName
253253
forwarded.WrappedComponent = WrappedComponent
254254
return hoistStatics(forwarded, WrappedComponent)
255255
}

0 commit comments

Comments
 (0)