From 9e4797bc76fad0c00382b861bd1be1f0bbcd82b6 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 8 Mar 2021 13:42:45 +0100 Subject: [PATCH] only the villas-node IC provides a graph. this is not supported by the villas-relay type --- src/ic/ic-dialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ic/ic-dialog.js b/src/ic/ic-dialog.js index f2b0072..b4e05b6 100644 --- a/src/ic/ic-dialog.js +++ b/src/ic/ic-dialog.js @@ -131,7 +131,7 @@ class ICDialog extends React.Component { collapsed={1} /> - {this.props.ic.type === "villas-node" || this.props.ic.type === "villas-relay" ? ( + {this.props.ic.type === "villas-node" ? <>