Skip to content

Commit

Permalink
fix: change exp key
Browse files Browse the repository at this point in the history
  • Loading branch information
dyersituations committed Feb 22, 2024
1 parent a335793 commit 3392584
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .storybook/mock-data/thanks-page-data-mock.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export const femaleLoanDataWithInviter = {
}

export const iwdExperiment = {
id: 'Experiment:iwd_header_2024',
id: 'Experiment:iwd_2024',
version: 'b'
};

2 changes: 1 addition & 1 deletion src/pages/Lend/LoanChannelCategoryControl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ import IwdCategoryHeader from '@/components/Iwd/IwdCategoryHeader';
const defaultLoansPerPage = 12;
const FLSS_ONGOING_EXP_KEY = 'EXP-FLSS-Ongoing-Sitewide-2';
const IWD_HEADER_EXP_KEY = 'iwd_header_2024';
const IWD_HEADER_EXP_KEY = 'iwd_2024';
// Routes to show monthly good promo
const targetRoutes = [
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/iwd-experiment-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
checkInjections(this, injections);

const iwdExperiment = this.apollo.readFragment({
id: 'Experiment:IWD2024',
id: 'Experiment:iwd_2024',
fragment: experimentVersionFragment,
}) || {};
// Only show IWD content and track experiment if: 1) experiment enabled, and 2) "women" loan checked out
Expand Down

0 comments on commit 3392584

Please sign in to comment.