summaryrefslogtreecommitdiff
path: root/www/app/components/panel_switcher.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/app/components/panel_switcher.js')
-rw-r--r--www/app/components/panel_switcher.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/app/components/panel_switcher.js b/www/app/components/panel_switcher.js
index f4f32cf..aaf2dc5 100644
--- a/www/app/components/panel_switcher.js
+++ b/www/app/components/panel_switcher.js
@@ -53,4 +53,6 @@ export default class PanelSwitcher extends React.Component {
render_splash(props) {return elem(Splash, props)}
render_wizard(props) {return elem(Wizard, props)}
render_greeter(props) {return elem(GreeterPanel, props)}
- render_main(props) {return elem(MainPanel, props)}}
+ render_main(props) {return elem(MainPanel, props)}
+
+}