diff --git a/client/components/Main/ListPanel.tsx b/client/components/Main/ListPanel.tsx index d6c36a9b0..b53405661 100644 --- a/client/components/Main/ListPanel.tsx +++ b/client/components/Main/ListPanel.tsx @@ -422,18 +422,16 @@ export class ListPanel extends React.Component { /> ); })} - {!isAllListItemsLoaded && ( + {(!isAllListItemsLoaded && loadingIndicator) && (
- - -
- {gettext('loading more items...')} -
-
-
+ +
+ {gettext('loading more items...')} +
+
)}