mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-04-25 18:40:59 -05:00
fix conditional
This commit is contained in:
@@ -264,7 +264,7 @@ const Settings = () => {
|
||||
dispatch(setDistributedUptimeEnabled(e.target.checked));
|
||||
}}
|
||||
/>
|
||||
{form.enableDistributedUptime === true ? "Enabled" : "Disabled"}
|
||||
{distributedUptimeEnabled === true ? "Enabled" : "Disabled"}
|
||||
</Box>
|
||||
</ConfigBox>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user