diff --git a/src/app/panels/righthand-panel.js b/src/app/panels/righthand-panel.js index a9d48f0559..ae6fc8189e 100644 --- a/src/app/panels/righthand-panel.js +++ b/src/app/panels/righthand-panel.js @@ -63,7 +63,7 @@ module.exports = class RighthandPanel { ` - 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())