Skip to content

Commit

Permalink
fix: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dyersituations committed Dec 17, 2024
1 parent d967d57 commit 538ab9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composables/useBadgeData.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export default function useBadgeData() {
...badge,
contentfulData,
achievementData,
tierName: getLevelName(contentfulData) || badge.challengeName,
tierName: getLevelName(contentfulData),
};
};

Expand Down

0 comments on commit 538ab9c

Please sign in to comment.