Skip to content

Commit

Permalink
card associated benefits club
Browse files Browse the repository at this point in the history
  • Loading branch information
decobot committed Nov 14, 2024
1 parent 11bf452 commit 660f800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/PrivatePageControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function PrivatePageControl(_props: Props) {
window.location.href = r.dataProfile.lecoupon_smartLink;
} else if (
window.location.pathname === "/clube-de-beneficios" &&
currentPlan === "CARD_PARTNER" &&
["CARD_PARTNER", "CARD_ASSOCIATED"].includes(currentPlan) &&
r.dataProfile.lecoupon_free_month_date &&
r.dataProfile.lecoupon_smartLink
) {
Expand Down

0 comments on commit 660f800

Please sign in to comment.