Skip to content

Commit

Permalink
fix: forgotten update
Browse files Browse the repository at this point in the history
  • Loading branch information
VanishMax committed Jun 25, 2024
1 parent 9a4e016 commit 707dc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/components/ui/tx/actions-views/swap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const SwapViewComponent = ({ value }: { value: SwapView }) => {
</ActionDetails.Row>
)}

<ActionDetails.Row label='Prepaid Claim Fee'>
<ActionDetails.Row label='Fee'>
<div className='font-mono'>
{joinLoHiAmount(getAmount(claimFee)).toString()} upenumbra
</div>
Expand Down

0 comments on commit 707dc9f

Please sign in to comment.