diff --git a/client/src/Pages/Uptime/Configure/index.jsx b/client/src/Pages/Uptime/Configure/index.jsx index 5e67a5570..f6c08ce60 100644 --- a/client/src/Pages/Uptime/Configure/index.jsx +++ b/client/src/Pages/Uptime/Configure/index.jsx @@ -221,13 +221,6 @@ const Configure = () => { pending: theme.palette.warning.main, }; - const statusMsg = { - paused: "Monitoring is paused.", - up: "Your site is up.", - down: "Your site is down.", - pending: "Pending...", - }; - const { determineState } = useMonitorUtils(); const { t } = useTranslation(); @@ -273,7 +266,7 @@ const Configure = () => { gap={theme.spacing(2)} >