Fix create profile
This commit is contained in:
@@ -54,7 +54,7 @@ function TableStatus({ listPublish }: { listPublish: any }) {
|
||||
|
||||
useShallowEffect(() => {
|
||||
if (typeof window !== "undefined") {
|
||||
console.log(window.location.origin);
|
||||
// console.log(window.location.origin);
|
||||
setOrigin(window.location.origin);
|
||||
}
|
||||
}, [setOrigin]);
|
||||
|
||||
Reference in New Issue
Block a user