|
@@ -101,11 +101,13 @@ export const UISettings = (): JSX.Element => {
|
|
|
|
|
|
|
|
<div className="row justify-content-center">
|
|
<div className="row justify-content-center">
|
|
|
<div className="col-md-6">
|
|
<div className="col-md-6">
|
|
|
|
|
+
|
|
|
{ renderSidebarModeSwitch() }
|
|
{ renderSidebarModeSwitch() }
|
|
|
- <div className="mt-5">
|
|
|
|
|
|
|
|
|
|
|
|
+ <div className="mt-5">
|
|
|
{ renderEditSidebarModeSwitch() }
|
|
{ renderEditSidebarModeSwitch() }
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+
|
|
|
<div>
|
|
<div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|