We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946e8c6 commit 94062a0Copy full SHA for 94062a0
src/IndexLinkContainer.js
@@ -7,7 +7,7 @@ import LinkContainer from './LinkContainer';
7
export default class IndexLinkContainer extends React.Component {
8
render() {
9
return (
10
- <LinkContainer {...this.props} exact={true} /> // eslint-disable-line react/jsx-boolean-value
+ <LinkContainer {...this.props} exact />
11
);
12
}
13
0 commit comments