Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pivilartisant committed Jun 18, 2024
1 parent 4641b19 commit a4137a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/ClaimPage/InitClaim/InitClaim.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function InitClaim(props: InitClaimProps) {
);

// format amount received
const { preview, full } = formatAmount(receivedAmount, decimals);
const { full } = formatAmount(receivedAmount, decimals);

const claimState = operation.claimState;
const isChainIncompatible = chainId !== operation.evmChainId;
Expand Down Expand Up @@ -118,7 +118,6 @@ export function InitClaim(props: InitClaimProps) {
claimState={claimState}
operation={operation}
symbol={symbol}
amountRedeemedPreview={preview}
amountRedeemedFull={full}
/>
<div className="flex flex-col gap-2">
Expand Down

0 comments on commit a4137a0

Please sign in to comment.