mridgway / hoist-non-react-statics

Copies non-react specific statics from a child component to a parent component
Other
1.8k stars 93 forks source link

remove unwanted return #80

Closed elevenpassin closed 5 years ago

elevenpassin commented 5 years ago

Looks like we don't need that additional return inside the if statement. Tests pass without it too.

mridgway commented 5 years ago

Thanks!