We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e8440 commit cafde75Copy full SHA for cafde75
1 file changed
components/profile/Contents/card/StatsCard.tsx
@@ -44,7 +44,8 @@ function StatsCard({ addOnes, setAddOnes, resolvedTheme }: Props) {
44
}));
45
} else {
46
onUpdateState();
47
- };
+ }
48
+ };
49
50
useEffect(() => {
51
updateStateValue();
0 commit comments