Skip to content

Commit

Permalink
fix(bridge-ui): remove nft debug info from ui (#16067)
Browse files Browse the repository at this point in the history
Co-authored-by: Korbinian <KorbinianK@users.noreply.github.com>
  • Loading branch information
leppaludi and KorbinianK authored Feb 26, 2024
1 parent b079ead commit 5eddffe
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@
});
</script>

{$selectedNFTs?.length} <br />
validBalance {validBalance} <br />
$enteredAmount gt 0 {$enteredAmount > 0} <br />
has amount {nftHasAmount} <br />
(nftHasAmount ? $enteredAmount gt 0 : true) {nftHasAmount ? $enteredAmount > 0 : true} <br />
{hasSelectedNFT && (nftHasAmount ? $enteredAmount > 0 : true)}
<!-- {JSON.stringify($selectedNFTs, (key, value) => (typeof value === 'bigint' ? Number(value) : value))} -->
<div class="f-col w-full gap-4">
<section class="space-y-2">
<div class="flex justify-between items-center w-full">
Expand Down

0 comments on commit 5eddffe

Please sign in to comment.