front fix erro

This commit is contained in:
Ubuntu 2022-08-16 17:27:54 +00:00
parent c2b539dfe4
commit 5077dfb95e

View File

@ -179,4 +179,8 @@ export const getServerSideProps: GetServerSideProps = async (ctx) => {
} }
} }
} }
return {
props: {}
};
} }