Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
alantoa committed Oct 13, 2023
1 parent a8f6be4 commit 2b9420b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,9 @@ export const SelfServeExplainer = () => {
});

const loading = creatorTokenDeployStatus.status === "loading" || isMutating;
console.log("creatorTokenDeployStatus", creatorTokenDeployStatus.status);
useEffect(() => {
creatorTokenDeployStatus.pollDeployStatus();
}, [creatorTokenDeployStatus]);
const loading = creatorTokenDeployStatus.status === "loading" || isMutating;
console.log("creatorTokenDeployStatus", creatorTokenDeployStatus.status);

return (
<View
Expand Down

0 comments on commit 2b9420b

Please sign in to comment.