Skip to content

Commit

Permalink
fix: banner cookie check reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
roger-in-kiva committed Oct 20, 2023
1 parent 1329713 commit 7d43953
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/LoanFinding/LoanFinding.vue
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,9 @@ export default {
{ id: 0 }, { id: 0 },
{ id: 0 }, { id: 0 },
];
// check for $5 notes banner cookie
if (this.enableFiveDollarsNotes) this.check5DollarsBannerCookie();
},
mounted() {
this.getRecommendedLoans();
Expand Down

0 comments on commit 7d43953

Please sign in to comment.