Place save data box above mod logs

This commit is contained in:
Regalijan 2024-09-05 01:43:21 -04:00
parent a4ae399038
commit 9c36ef4baa
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -357,7 +357,6 @@ export default function () {
</CardFooter>
</Card>
</Container>
{history}
<Container
display={Object.values(saveData).length ? undefined : "none"}
my="16px"
@ -387,6 +386,7 @@ export default function () {
</CardBody>
</Card>
</Container>
{history}
</Container>
);
}