only show history if link is present

This commit is contained in:
Maren Süwer
2018-11-28 09:28:45 +01:00
parent 71636e3e07
commit 1b41fe8d93
2 changed files with 22 additions and 19 deletions

View File

@@ -87,7 +87,6 @@ class HistoryView extends React.Component<Props, State> {
}
render() {
console.log(this.state);
const { file } = this.props;
const { loaded, error } = this.state;