Skip to content

Commit

Permalink
Update animation state for MM flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mimi-imtbl committed Jun 25, 2024
1 parent 525e703 commit a7aba89
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export function useHandoverSteps(environment: Environment) {
),
inputValue:
transactionRiveAnimations[TransactionMethod.APPROVE].inputValues
.processing,
.waiting,
children: (
<Heading>
{t('views.PAYMENT_METHODS.handover.approve.before')}
Expand All @@ -149,7 +149,7 @@ export function useHandoverSteps(environment: Environment) {
),
inputValue:
transactionRiveAnimations[TransactionMethod.APPROVE].inputValues
.processing,
.completed,
children: (
<Heading>
{t('views.PAYMENT_METHODS.handover.approve.after')}
Expand All @@ -165,7 +165,7 @@ export function useHandoverSteps(environment: Environment) {
),
inputValue:
transactionRiveAnimations[TransactionMethod.EXECUTE].inputValues
.processing,
.waiting,
children: (
<Heading>
{t('views.PAYMENT_METHODS.handover.execute.before')}
Expand Down

0 comments on commit a7aba89

Please sign in to comment.