We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee885d6 commit 3a1b77fCopy full SHA for 3a1b77f
src/shared/components/tc-communities/communities/blockchain/Learn/index.jsx
@@ -6,8 +6,10 @@
6
*/
7
/* eslint-disable max-len */
8
9
+import LoadingIndicator from 'components/LoadingIndicator';
10
import PT from 'prop-types';
11
import React from 'react';
12
+
13
import JoinCommunity from 'containers/tc-communities/JoinCommunity';
14
import Section from 'components/tc-communities/Section';
15
import Accordion from 'components/tc-communities/Accordion/Accordion';
@@ -227,7 +229,7 @@ export default function Learn({
227
229
{
228
230
consenSysRss && consenSysRss.data ? (
231
<ConsenSysAtMedium consenSysRss={consenSysRss} />
- ) : null
232
+ ) : <LoadingIndicator />
233
}
234
235
<Section
0 commit comments