Place save data box above mod logs
This commit is contained in:
parent
a4ae399038
commit
9c36ef4baa
@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user