Skip to content

Commit

Permalink
fix: pr comments tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
roger-in-kiva committed Oct 17, 2024
1 parent cd237d4 commit e7dc36e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/MyKiva/BadgesSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ const badgesArray = computed(() => {
};
} else {
const hasStarted = userAchievement.status !== 'NO_PROGRESS';
// TODO: Change this to level when we have the data from the backend
const level = userAchievement.totalProgressToAchievement;
badgeFound = {
...badgeFound,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Portfolio/MyKiva/MyKivaPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const fetchBadgesData = () => {
query: contentfulEntriesQuery,
variables: {
contentType: 'challenge',
limit: 100,
limit: 200,
}
})
.then(result => {
Expand Down

0 comments on commit e7dc36e

Please sign in to comment.