Skip to content

Commit

Permalink
Hide language dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
David Siegel committed Jul 22, 2017
1 parent 94145e6 commit e3afe5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/App.js
Expand Up @@ -109,11 +109,13 @@ class TopBar extends Component {
options={this.samples}
value={this.state.sample}
onChange={({value}) => this.changeSample(value)} />
{/*
<Dropdown
name="renderer"
options={Main.renderers.map((r) => r.name)}
value={this.getRenderer().name}
onChange={({value}) => this.changeRenderer(value)} />
*/}
</div>
);
}
Expand Down

0 comments on commit e3afe5a

Please sign in to comment.