diff --git a/frontend/scenes/Document/Document.js b/frontend/scenes/Document/Document.js index a824f4367..dbdb66f39 100644 --- a/frontend/scenes/Document/Document.js +++ b/frontend/scenes/Document/Document.js @@ -161,8 +161,7 @@ type Props = { }; renderNotFound() { - const { match } = this.props; - return ; + return ; } render() {