Formatted and linted

This commit is contained in:
Undeemiss
2022-05-17 15:25:27 -05:00
parent b18c18e19a
commit c01cf85d27
3 changed files with 11 additions and 10 deletions
+7 -7
View File
@@ -255,14 +255,14 @@ function LogWindow(props: IProps): React.ReactElement {
minHeight: `${minConstraints[1]}px`,
...(minimized
? {
border: "none",
margin: 0,
maxHeight: 0,
padding: 0,
}
border: "none",
margin: 0,
maxHeight: 0,
padding: 0,
}
: {
border: `1px solid ${Settings.theme.welllight}`,
}),
border: `1px solid ${Settings.theme.welllight}`,
}),
}}
ref={container}
>