diff --git a/web-marketplace/src/pages/Post/Post.Footer.tsx b/web-marketplace/src/pages/Post/Post.Footer.tsx index d0a8e5d858..5a874a1365 100644 --- a/web-marketplace/src/pages/Post/Post.Footer.tsx +++ b/web-marketplace/src/pages/Post/Post.Footer.tsx @@ -13,7 +13,11 @@ type Props = { export const PostFooter = ({ prevIri, nextIri }: Props) => { const navigate = useNavigate(); return ( -
+
{prevIri && (