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 a6e1760 commit f929347Copy full SHA for f929347
src/components/Community/index.tsx
@@ -17,7 +17,6 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
17
githubContributorsCount,
18
githubForksCount,
19
githubReposCount,
20
- error,
21
} = useCommunityStatsContext();
22
23
const generateList = useMemo(
@@ -83,11 +82,6 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
83
82
</span>
84
.
85
</h2>
86
- {error && (
87
- <div className="landing-community__error">
88
- <small>⚠️ Stats may be cached or incomplete</small>
89
- </div>
90
- )}
91
</div>
92
93
<div className="landing-community__content">
0 commit comments