mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +02:00
fix(cp-frontend): fallback instance health
This commit is contained in:
parent
77acb731ac
commit
5fbb94f54d
@ -89,7 +89,7 @@ const InstanceCard = ({
|
||||
{}
|
||||
);
|
||||
|
||||
const label = instance.healthy.toLowerCase();
|
||||
const label = (instance.healthy || 'UNKNOWN').toLowerCase();
|
||||
const icon = <HealthyIcon healthy={instance.healthy} />;
|
||||
|
||||
const handleHealthMouseOver = (evt) => {
|
||||
|
Loading…
Reference in New Issue
Block a user