diff --git a/src/components/HomePage/Community/index.tsx b/src/components/HomePage/Community/index.tsx index 8506648fe..43a9f0fd4 100644 --- a/src/components/HomePage/Community/index.tsx +++ b/src/components/HomePage/Community/index.tsx @@ -122,4 +122,4 @@ export const LandingCommunity: FC = ({ className }) => { ); -}; \ No newline at end of file +}; diff --git a/src/context/CommunityStats/index.tsx b/src/context/CommunityStats/index.tsx index f6a34c80c..45e22e073 100644 --- a/src/context/CommunityStats/index.tsx +++ b/src/context/CommunityStats/index.tsx @@ -116,4 +116,4 @@ export const convertStatToText = (num: number) => { maximumSignificantDigits: 3, }); return formatter.format(num); -}; \ No newline at end of file +};