diff --git a/src/ic/new-ic.js b/src/ic/new-ic.js index 9f0dbb1..93f1e83 100644 --- a/src/ic/new-ic.js +++ b/src/ic/new-ic.js @@ -80,10 +80,6 @@ class NewICDialog extends React.Component { uuid = false; } - if (this.state.host === '') { - host = false; - } - if (this.state.type === '') { type = false; }