From 73ab88d3d2cb4e4633e42a73839a2072c9367c86 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Mon, 18 Dec 2017 18:50:29 +0000 Subject: [PATCH] Sync gate: better position the loading indicator. --- src/SyncGate.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SyncGate.tsx b/src/SyncGate.tsx index 5ed8c58..c9fffce 100644 --- a/src/SyncGate.tsx +++ b/src/SyncGate.tsx @@ -118,7 +118,7 @@ class SyncGate extends React.PureComponent { if ((journals === null) || (entryArrays.size === 0) || !entryArrays.every((x: any) => (x.value !== null))) { - return (); + return (); } const journalMap = syncInfoSelector(this.props);