Skip to content

Commit

Permalink
Change trial button logic
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Aug 18, 2024
1 parent ce974ed commit 2287dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/help/PaymentComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const PaymentComponent = () => {
const [redeemEnabled, setRedeemEnabled] = React.useState(false);

const iframeSource = React.useRef(`${websiteDomain}/payment#${objectToURI("", {
hideFreeTrial: Config.config!.freeTrialStart !== null && !Config.config!.freeTrialEnded,
freeTrialActive: freeTrialActive(),
hideRequestFreeAccessButton: Config.config!.freeAccessRequestStart !== null,
hideRedeem: true
}, false)}`);
Expand Down

0 comments on commit 2287dd9

Please sign in to comment.