diff --git a/web/src/pages/admin/users/index.astro b/web/src/pages/admin/users/index.astro index 4d8d42f..80410ed 100644 --- a/web/src/pages/admin/users/index.astro +++ b/web/src/pages/admin/users/index.astro @@ -319,7 +319,7 @@ const makeSortUrl = (sortBy: NonNullable<(typeof filters)['sort-by']>) => { = 100 ? 'text-green-400' : user.totalKarma >= 0 ? 'text-zinc-300' : 'text-red-400'}`} > - {user.totalKarma} + {user.totalKarma.toLocaleString()}