Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
allan-almeida-imtbl committed Sep 26, 2024
1 parent 1eb44a4 commit d082167
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ type GroupedAsset = {
assets: NFTCandidate[];
};

type NFTCandidate = BlockchainData.NFTWithBalance & { selected: boolean, to_address?: string, to_address_required?: string };
type NFTCandidate = BlockchainData.NFTWithBalance & {
selected: boolean;
to_address?: string;
to_address_required?: string;
};

const chainNameMapping = (environment: EnvironmentNames) => {
switch (environment) {
Expand Down

0 comments on commit d082167

Please sign in to comment.