Revert "bunch of bugfixes"

This commit is contained in:
hydroflame
2021-11-11 20:06:05 -05:00
committed by GitHub
parent 22b915ad57
commit 70ffe25bb4
53 changed files with 316 additions and 345 deletions
+1 -7
View File
@@ -480,13 +480,7 @@ export function GameOptionsRoot(props: IProps): React.ReactElement {
<TextField
InputProps={{
startAdornment: (
<Typography
color={
formatTime(timestampFormat) === "format error" && timestampFormat !== ""
? "error"
: "success"
}
>
<Typography color={formatTime(timestampFormat) === "format error" ? "error" : "success"}>
Timestamp&nbsp;format:&nbsp;
</Typography>
),