borgbutler-webapp/src/components/views/repos/RepoArchiveListView.jsx
@@ -65,7 +65,7 @@ let pageHeader = ''; if (this.state.isFetching) { content = <JobMonitorPanel />; content = <JobMonitorPanel repo={this.state.id} />; } else if (this.state.failed) { content = <ErrorAlert title={'Cannot load Repositories'}