Skip to content

Commit

Permalink
code tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Taras authored and Nick Taras committed Sep 6, 2023
1 parent 39f21d6 commit 3b76e75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/views/select-issuers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ export class SelectIssuers extends AbstractView {
tokenBtn.style.display = 'block'
let issuers = this.client.getTokenStore().getCurrentIssuers()

// TODO check if this should say 'Balance not found'.
tokenBtn.innerHTML =
tokens.length && issuers[issuer].fungible ? 'Balance found' : `${tokens.length} token${tokens.length > 1 ? 's' : ''} available`
tokenBtn.setAttribute('aria-label', `Navigate to select from ${tokens.length} of your ${issuer} tokens`)
Expand Down

0 comments on commit 3b76e75

Please sign in to comment.