Skip to content

Commit

Permalink
fix: change version mismatch to a warning (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 authored Nov 30, 2022
1 parent b798fa0 commit dc04e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/Bee.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function getStatus(
includePrerelease: true,
})
? CheckState.OK
: CheckState.ERROR
: CheckState.WARNING

// Blockchain connection check
status.blockchainConnection.isEnabled = true
Expand Down

0 comments on commit dc04e26

Please sign in to comment.