Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Oct 27, 2023
1 parent 6db4be0 commit 8cfc8da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions packages/bridge-ui-v2/src/components/Bridge/NFTBridge.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
destNetwork as destinationChain,
enteredAmount,
processingFee,
processingFeeMethod,
recipientAddress,
selectedToken,
} from './state';
Expand Down Expand Up @@ -366,8 +365,6 @@
>{$t('bridge.nft.step.confirm.title')}</Step>
</Stepper>

{$processingFeeMethod}

<Card class="mt-[32px] w-full md:w-[524px]" title={nftStepTitle} text={nftStepDescription}>
<div class="space-y-[30px]">
<!-- IMPORT STEP -->
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-ui-v2/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,4 +399,4 @@
"disconnected": "Disconnected"
}
}
}
}

0 comments on commit 8cfc8da

Please sign in to comment.