Skip to content

Commit

Permalink
Merge pull request #213 from hussaino03/dev
Browse files Browse the repository at this point in the history
preserve badge unlocks in server
  • Loading branch information
hussaino03 authored Dec 31, 2024
2 parents c12a2f8 + b32e899 commit c8c7fd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ const AppContent = () => {
if (updatedBadges.length !== unlockedBadges.length) {
setUnlockedBadges(updatedBadges);
}
// eslint-disable-next-line
}, [level, currentStreak]);

useEffect(() => {
Expand Down

0 comments on commit c8c7fd3

Please sign in to comment.