Skip to content

Commit 0ae81a9

Browse files
authored
fix: shimmer fixed for saved flow (#909)
1 parent 84ad18d commit 0ae81a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/SavedMethods.res

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ let make = (
327327
<div className="flex flex-col overflow-auto h-auto no-scrollbar animate-slowShow">
328328
{if (
329329
savedCardlength === 0 &&
330-
clickToPayConfig.isReady->Option.isNone &&
331-
(loadSavedCards === PaymentType.LoadingSavedCards || !showFields)
330+
((clickToPayConfig.isReady->Option.isNone &&
331+
loadSavedCards === PaymentType.LoadingSavedCards) || !showFields)
332332
) {
333333
<div
334334
className="Label flex flex-row gap-3 items-end cursor-pointer"

0 commit comments

Comments
 (0)