diff --git a/src/recordings.jsx b/src/recordings.jsx index 72bc82d..b0d82fe 100644 --- a/src/recordings.jsx +++ b/src/recordings.jsx @@ -903,7 +903,7 @@ class View extends React.Component { } if (this.state.recordingID === null) { return ( -
+
@@ -959,11 +959,11 @@ class View extends React.Component { hostname={this.state.hostname} list={this.state.recordingList} diff_hosts={this.state.diff_hosts} /> - + ); } else { return ( -
+
@@ -973,7 +973,7 @@ class View extends React.Component {
- + ); } }