Skip to content

Commit

Permalink
Merge pull request #860 from TokenScript/feature/multi-hook
Browse files Browse the repository at this point in the history
added logic to ensure retry text ui logic works for both off and on c…
  • Loading branch information
nicktaras committed Oct 6, 2023
2 parents 31593ee + 6408711 commit 26bd285
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 26bd285

Please sign in to comment.