- client: fix settings page if current interface doesn't exist
Closes #664
This commit is contained in:
@@ -78,7 +78,8 @@ let Interface = (props) => {
|
|||||||
</div>
|
</div>
|
||||||
{interfaceValue &&
|
{interfaceValue &&
|
||||||
<div className="col-sm-12 col-md-6">
|
<div className="col-sm-12 col-md-6">
|
||||||
{renderInterfaceValues(interfaces[interfaceValue])}
|
{interfaces[interfaceValue] &&
|
||||||
|
renderInterfaceValues(interfaces[interfaceValue])}
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user