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.
2 parents 6bc8024 + 9bcbb8f commit d7b883cCopy full SHA for d7b883c
src/components/HomePage/Community/index.tsx
@@ -122,4 +122,4 @@ export const LandingCommunity: FC<Props> = ({ className }) => {
122
</div>
123
124
);
125
-};
+};
src/context/CommunityStats/index.tsx
@@ -116,4 +116,4 @@ export const convertStatToText = (num: number) => {
116
maximumSignificantDigits: 3,
117
});
118
return formatter.format(num);
119
0 commit comments