indentation part 1

This commit is contained in:
SandPoot
2021-04-13 17:34:32 -03:00
parent a745431155
commit 91ae125ac4
+11 -10
View File
@@ -22,16 +22,17 @@ export const CloningConsole = (props, context) => {
<Window width="400" height="600" resizable>
<Window.Content scrollable>
{useRecords ? (
<Section
title="Autoclone"
buttons={
<Button
content={autoprocess ? "Enabled" : "Disabled"}
color={autoprocess ? "green" : "default"}
icon={autoprocess ? "toggle-on" : "toggle-off"}
disabled={!hasAutoprocess}
onClick={() => act('toggle_autoprocess')}
/>}
<Section
title="Autoclone"
buttons={
<Button
content={autoprocess ? "Enabled" : "Disabled"}
color={autoprocess ? "green" : "default"}
icon={autoprocess ? "toggle-on" : "toggle-off"}
disabled={!hasAutoprocess}
onClick={() => act('toggle_autoprocess')}
/>
}
/>
) : ( null ) }
<Section>