Skip to content

Commit

Permalink
disabled_show_specs
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestwilkins committed Aug 18, 2020
1 parent f2bb653 commit 3ef3a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class Settings extends Component {
</div>
</div>
</div>
<div onClick={this.showSpecs} className={styles.row}>
<div onClick={false ? this.showSpecs : {}} className={styles.row}>
<div className={styles.textSmall}>Export</div>
</div>
<div
Expand Down

0 comments on commit 3ef3a89

Please sign in to comment.