Skip to content

Commit

Permalink
fix(web): add error msg for buying challenge cash issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelVallenet committed Apr 14, 2023
1 parent e717bb8 commit 05a0ce8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/src/constants/apiErrorsCode.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ export const apiErrorsCode = new Map([
["ErrAlreadyInvitedInTeam(#4088)", "this user is already invited in this team"],
["ErrSeasonTeamLimitIsFull(#4109)", "the maximum number of members for this team has been reached"],

// buy challenge
["ErrNotEnoughCash(#4071)", "you don't have enough cash to buy this challenge"],

]);

0 comments on commit 05a0ce8

Please sign in to comment.