From 2b9ab3aa8594c115ebb9a82691b0605f7279b981 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Sun, 10 Sep 2017 13:08:50 -0400 Subject: [PATCH] no reason for this --- frontend/scenes/Document/Document.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() {