Add validation for the status prop

This commit is contained in:
Sajan
2025-11-12 10:34:22 -06:00
parent 74637f9d2a
commit 98737f92af

View File

@@ -34,7 +34,7 @@ const Host = ({ url, title, percentageColor, percentage, showURL, status }) => {
{title}
</Typography>
{percentageColor && percentage && (
{percentageColor && percentage && status && (
<>
<Dot />
<Typography