Skip to content

Commit dcee2b9

Browse files
committed
chore
1 parent c9b2d2f commit dcee2b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/SiteStats.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export function SiteStats() {
8787
fetchStats();
8888
}, []);
8989

90-
if (!loading) {
90+
if (loading) {
9191
return (
9292
<div className="w-full flex flex-col items-center py-4 px-2">
9393
<div className="animate-pulse grid grid-cols-2 gap-3 w-full max-w-sm">

0 commit comments

Comments
 (0)