diff --git a/client/src/components/Settings/Dhcp/index.js b/client/src/components/Settings/Dhcp/index.js index 18dd4901..437f9265 100644 --- a/client/src/components/Settings/Dhcp/index.js +++ b/client/src/components/Settings/Dhcp/index.js @@ -123,7 +123,7 @@ class Dhcp extends Component { ); } else if ( - check.staticIP.static === DHCP_STATUS_RESPONSE.YES + check.staticIP.static === DHCP_STATUS_RESPONSE.NO && check.staticIP.ip && interfaceName ) {