From 828d3121be807daa8f839dfa7a7ac4ba8a6e7cd8 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Fri, 5 Apr 2019 15:15:56 +0300 Subject: [PATCH] * client: show message if there is no static ip --- client/src/components/Settings/Dhcp/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {