feat(client): add badge benefit to progress modal copy (#45142)

* feat: add badge benefit to progress modal copy

* Update client/src/redux/index.js
This commit is contained in:
Ahmad Abdolsaheb
2022-02-22 15:38:35 +03:00
committed by GitHub
parent 2cd1f7ea4b
commit 64efa96d30
4 changed files with 19 additions and 16 deletions

View File

@ -94,7 +94,7 @@ const patreonDefaultPledgeAmount = 500;
const aBTestConfig = {
isTesting: true,
type: 'increaceChallengesCompleted'
type: 'badgeProgressModalCopy'
};
module.exports = {