pull/1011/head
Audric Ackermann 5 years ago
parent c81fca5d90
commit 71cf53af15
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -20,7 +20,10 @@ export const MainViewController = {
); );
if (document.getElementById('main-view')) { if (document.getElementById('main-view')) {
ReactDOM.render( ReactDOM.render(
<SettingsView category={category} isSecondaryDevice={isSecondaryDevice}/>, <SettingsView
category={category}
isSecondaryDevice={isSecondaryDevice}
/>,
document.getElementById('main-view') document.getElementById('main-view')
); );
} }

Loading…
Cancel
Save