Updated a bit more of the way the codes work
This commit is contained in:
@@ -18,7 +18,7 @@ export const getServerSideProps = (context: any) => {
|
||||
const {code} = context.query;
|
||||
|
||||
return {
|
||||
props: {code},
|
||||
props: {code: code || null},
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user