|
|
@ -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')
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|