diff --git a/app/routes/hammer.tsx b/app/routes/hammer.tsx index d056e4b..81b9ee1 100644 --- a/app/routes/hammer.tsx +++ b/app/routes/hammer.tsx @@ -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> ); }