From b7dd74fb6c0df7618a383e83cbb1b738fc7eeeca Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Sun, 25 Jun 2017 15:14:25 -0700 Subject: [PATCH] Fixed page title while loading --- frontend/scenes/Document/Document.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/frontend/scenes/Document/Document.js b/frontend/scenes/Document/Document.js index 4a219c8f..db5dd98d 100644 --- a/frontend/scenes/Document/Document.js +++ b/frontend/scenes/Document/Document.js @@ -117,13 +117,10 @@ type Props = { ); return ( - + + {titleText && } + - - {this.store.isFetching &&