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);