diff --git a/.env.production b/.env.production index 06f08b9..d2d78fe 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ -NEXT_PUBLIC_APP_VERSION=2.2.4 +NEXT_PUBLIC_APP_VERSION=2.2.5 NEXT_PUBLIC_TOAST_AUTO_CLOSE_DURATION=2500 NEXT_PUBLIC_FIREBASE_API_KEY=AIzaSyCTjdsk2jE34IfnvSKP1JMTIf_Abd7tbt0 NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=opplens-270d1.firebaseapp.com diff --git a/src/app/(home)/_components/dashboard/country-distribution.tsx b/src/app/(home)/_components/dashboard/country-distribution.tsx index 81e2827..870abf7 100644 --- a/src/app/(home)/_components/dashboard/country-distribution.tsx +++ b/src/app/(home)/_components/dashboard/country-distribution.tsx @@ -155,7 +155,7 @@ export function CountryDistribution({ countries, isLoading }: Props) {
Total
-
+
{isLoading ? "—" : formatShortNumber(totalShown, { plus: true })}