Skip to content

Commit

Permalink
added logic to ensure retry text ui logic works for both off and on c…
Browse files Browse the repository at this point in the history
…hain issuers
  • Loading branch information
Nick Taras authored and Nick Taras committed Oct 6, 2023
1 parent c44a795 commit 6408711
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 @@ -159,7 +159,6 @@ export class SelectIssuers extends AbstractView {
}

this.issuerListContainer.addEventListener('click', (e: any) => {
console.log('yolo', e.target.dataset.issuer);
if (e.target.classList.contains('connect-btn-tn')) {
this.connectTokenIssuer(e)
this.client.getTokenStore().setIncrementCollectionLoadAttempts(e.target.dataset.issuer);
Expand Down

0 comments on commit 6408711

Please sign in to comment.