Skip to content

Commit

Permalink
🐛 Bug Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SashenJayathilaka committed Apr 30, 2023
1 parent 78e8440 commit cafde75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/profile/Contents/card/StatsCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ function StatsCard({ addOnes, setAddOnes, resolvedTheme }: Props) {
}));
} else {
onUpdateState();
};
}
};

useEffect(() => {
updateStateValue();
Expand Down

0 comments on commit cafde75

Please sign in to comment.