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.
2 parents c0dd744 + 6716f33 commit 7859434Copy full SHA for 7859434
src/ExcelPlugin/components/ExcelFile.js
@@ -116,7 +116,7 @@ class ExcelFile extends React.Component {
116
render() {
117
const { hideElement, element } = this.props;
118
119
- if (props.hideElement) {
+ if (hideElement) {
120
return null;
121
} else {
122
return (<span onClick={this.handleDownload}>{element}</span>);
0 commit comments