Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed May 23, 2024
1 parent 6a5c6e2 commit 5f16189
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function PaymentPageConfigComponent({}: {}) {
setArbitraryText(paymentPageConfig.current?.arbitraryText ?? null);
setPayButtonText(paymentPageConfig.current?.payButtonText ?? null);
if (paymentPageConfig.current?.customCss) {
setHasChanges(true);
setHasCustomCss(true);
}
}

Expand Down

0 comments on commit 5f16189

Please sign in to comment.