Skip to content

Commit 3a1b77f

Browse files
committed
Adds loading indicator for ConsenSys @ Medium section in Blockchain...
community's Learn page.
1 parent ee885d6 commit 3a1b77f

File tree

1 file changed

+3
-1
lines changed
  • src/shared/components/tc-communities/communities/blockchain/Learn

1 file changed

+3
-1
lines changed

src/shared/components/tc-communities/communities/blockchain/Learn/index.jsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
*/
77
/* eslint-disable max-len */
88

9+
import LoadingIndicator from 'components/LoadingIndicator';
910
import PT from 'prop-types';
1011
import React from 'react';
12+
1113
import JoinCommunity from 'containers/tc-communities/JoinCommunity';
1214
import Section from 'components/tc-communities/Section';
1315
import Accordion from 'components/tc-communities/Accordion/Accordion';
@@ -227,7 +229,7 @@ export default function Learn({
227229
{
228230
consenSysRss && consenSysRss.data ? (
229231
<ConsenSysAtMedium consenSysRss={consenSysRss} />
230-
) : null
232+
) : <LoadingIndicator />
231233
}
232234

233235
<Section

0 commit comments

Comments
 (0)