Skip to content

Commit f929347

Browse files
committed
fix : rm stats warning for better ux
1 parent a6e1760 commit f929347

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/components/Community/index.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
1717
githubContributorsCount,
1818
githubForksCount,
1919
githubReposCount,
20-
error,
2120
} = useCommunityStatsContext();
2221

2322
const generateList = useMemo(
@@ -83,11 +82,6 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
8382
</span>
8483
.
8584
</h2>
86-
{error && (
87-
<div className="landing-community__error">
88-
<small>⚠️ Stats may be cached or incomplete</small>
89-
</div>
90-
)}
9185
</div>
9286

9387
<div className="landing-community__content">

0 commit comments

Comments
 (0)