We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9b2d2f commit dcee2b9Copy full SHA for dcee2b9
1 file changed
frontend/src/components/SiteStats.tsx
@@ -87,7 +87,7 @@ export function SiteStats() {
87
fetchStats();
88
}, []);
89
90
- if (!loading) {
+ if (loading) {
91
return (
92
<div className="w-full flex flex-col items-center py-4 px-2">
93
<div className="animate-pulse grid grid-cols-2 gap-3 w-full max-w-sm">
0 commit comments