From adc8159def37cd07e7a01ffa9d32ef86cd019cf1 Mon Sep 17 00:00:00 2001 From: Kyrylo Gliebov Date: Mon, 1 Oct 2018 17:49:48 +0200 Subject: [PATCH] Add Hostname filter conditional rendering --- src/recordings.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/recordings.jsx b/src/recordings.jsx index 654758d..3942f74 100644 --- a/src/recordings.jsx +++ b/src/recordings.jsx @@ -957,15 +957,19 @@ class View extends React.Component { onChange={this.handleInputChange} /> + {this.state.diff_hosts === true && + } + {this.state.diff_hosts === true &&
+ }