diff --git a/src/providers/Bee.tsx b/src/providers/Bee.tsx index 47238c9..3d60152 100644 --- a/src/providers/Bee.tsx +++ b/src/providers/Bee.tsx @@ -139,7 +139,7 @@ function getStatus( includePrerelease: true, }) ? CheckState.OK - : CheckState.ERROR + : CheckState.WARNING // Blockchain connection check status.blockchainConnection.isEnabled = true