Fix #944 merge errors

This commit is contained in:
Snarling
2023-12-27 04:35:58 -05:00
parent ccf0aa4771
commit 550829a1c3
4 changed files with 10 additions and 6 deletions
+5 -1
View File
@@ -54,7 +54,11 @@ export const GoHistoryPage = (): React.ReactElement => {
<Typography>
{" "}
<strong className={classes.keyText}>
{faction === opponents.w0r1d_d43m0n ? <CorruptableText content="????????????" /> : faction}
{faction === opponents.w0r1d_d43m0n ? (
<CorruptableText content="????????????" spoiler={false} />
) : (
faction
)}
</strong>
</Typography>
<Table sx={{ display: "table", mb: 1, width: "100%" }}>