Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed May 31, 2023
1 parent 893bd9d commit 4da83ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/status-page/src/components/StatusIndicator.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@
}
if (watchStatusFunc) {
statusValue = "Waiting for event...";
if (!statusFunc) {
statusValue = "Waiting for event...";
}
cancelFunc = watchStatusFunc(
provider,
contractAddress,
Expand Down

0 comments on commit 4da83ff

Please sign in to comment.