diff --git a/frontend/src/app/components/faucet/faucet.component.html b/frontend/src/app/components/faucet/faucet.component.html index b9f1161a3..ac79b24ea 100644 --- a/frontend/src/app/components/faucet/faucet.component.html +++ b/frontend/src/app/components/faucet/faucet.component.html @@ -28,7 +28,7 @@
- } @else if (loading || !status) { + } @else if (loading) {Waiting for faucet...
} @else { @@ -49,8 +49,8 @@