Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Oct 27, 2023
1 parent 03ea9ff commit 13ddffc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
let processingFeeComponent: ProcessingFee;
let hasEnoughEth: boolean;
$: nftsToDisplay = $selectedNFTs ? $selectedNFTs : [];
const dispatch = createEventDispatcher();
$: nftsToDisplay = $selectedNFTs ? $selectedNFTs : [];
enum NFTView {
CARDS,
LIST,
Expand Down

0 comments on commit 13ddffc

Please sign in to comment.