Skip to content

Commit

Permalink
Update righthand-panel.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 authored Jun 11, 2018
1 parent 6d0dd2c commit 63e0bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/panels/righthand-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = class RighthandPanel {
</div>
</div>`

const { compile, run, settings, analysis, debug, support, test } = self._components
const { compile, run, settings, analysis, debug, support } = self._components
self._components.tabbedMenu.addTab('Compile', 'compileView', compile.render())
self._components.tabbedMenu.addTab('Run', 'runView', run.render())
self._components.tabbedMenu.addTab('Settings', 'settingsView', settings.render())
Expand Down

0 comments on commit 63e0bcb

Please sign in to comment.