diff --git a/client/src/Components/v1/Host/index.jsx b/client/src/Components/v1/Host/index.jsx
index 7b4de7610..935224994 100644
--- a/client/src/Components/v1/Host/index.jsx
+++ b/client/src/Components/v1/Host/index.jsx
@@ -34,7 +34,7 @@ const Host = ({ url, title, percentageColor, percentage, showURL, status }) => {
{title}
- {percentageColor && percentage && status && (
+ {percentageColor && percentage && (
<>
{
>
{percentage}%
-
+ {status && (
+
+ )}
>
)}