* client: show message if there is no static ip

This commit is contained in:
Ildar Kamalov 2019-04-05 15:15:56 +03:00
parent b6ae539c36
commit 828d3121be
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class Dhcp extends Component {
</Fragment>
);
} else if (
check.staticIP.static === DHCP_STATUS_RESPONSE.YES
check.staticIP.static === DHCP_STATUS_RESPONSE.NO
&& check.staticIP.ip
&& interfaceName
) {