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