Skip to content

Commit 45e7a54

Browse files
Kyle ShockeyKyle Shockey
authored andcommitted
Merge branch 'master' of github.com:swagger-api/swagger-ui into v/3.2.2
2 parents de61dcc + 9e418ad commit 45e7a54

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/core/components/parameter-row.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ export default class ParameterRow extends Component {
2626
}
2727
}
2828

29-
shouldComponentUpdate(nextProps) {
30-
return nextProps.param !== this.props.param
31-
}
32-
3329
componentWillReceiveProps(props) {
3430
let { specSelectors, pathMethod, param } = props
3531
let example = param.get("example")

0 commit comments

Comments
 (0)