We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ad18d commit 0ae81a9Copy full SHA for 0ae81a9
src/Components/SavedMethods.res
@@ -327,8 +327,8 @@ let make = (
327
<div className="flex flex-col overflow-auto h-auto no-scrollbar animate-slowShow">
328
{if (
329
savedCardlength === 0 &&
330
- clickToPayConfig.isReady->Option.isNone &&
331
- (loadSavedCards === PaymentType.LoadingSavedCards || !showFields)
+ ((clickToPayConfig.isReady->Option.isNone &&
+ loadSavedCards === PaymentType.LoadingSavedCards) || !showFields)
332
) {
333
<div
334
className="Label flex flex-row gap-3 items-end cursor-pointer"
0 commit comments