Skip to content

Commit

Permalink
fixed home loading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-arc10 committed Oct 16, 2024
1 parent 6e8b289 commit 44934ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/provider-console/src/components/home/HomeContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export function HomeContainer() {
setIsLoading(true);
fetchActions();
}
console.log("isProviderStatusFetched", isProviderStatusFetched);
}, [isProvider, isOnline]);
console.log("isProviderStatusFetched", isWalletArbitrarySigned);
}, [isProvider, isOnline, isWalletArbitrarySigned]);

const fetchActions = async () => {
try {
Expand Down

0 comments on commit 44934ae

Please sign in to comment.