diff --git a/web/components/config/notification/twitter.tsx b/web/components/config/notification/twitter.tsx index 82e44dcae..c31d99c43 100644 --- a/web/components/config/notification/twitter.tsx +++ b/web/components/config/notification/twitter.tsx @@ -53,18 +53,10 @@ export const ConfigNotify = () => { }, [twitter]); const canSave = (): boolean => { - const { - enabled, - apiKey, - apiSecret, - accessToken, - accessTokenSecret, - bearerToken, - goLiveMessage, - } = formDataValues; + const { apiKey, apiSecret, accessToken, accessTokenSecret, bearerToken, goLiveMessage } = + formDataValues; return ( - enabled && !!apiKey && !!apiSecret && !!accessToken &&