mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-11-01 18:57:46 +00:00
Typo fix
This commit is contained in:
@@ -87,7 +87,7 @@ const DeviceHealth = () => {
|
||||
),
|
||||
'show_details':
|
||||
(item, index)=>{
|
||||
if(item.sanity === 195){
|
||||
if(item.sanity === 100){
|
||||
return (<></>);
|
||||
}
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user