Skip to content

Commit

Permalink
Fix variable usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Jun 18, 2024
1 parent a1d5484 commit c4e92ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Helpers.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@ export function authzSupportMessage(wallet){
if (wallet.signerProvider.isLedger()){
return `${wallet.signerProvider.label} can't send Authz transactions with Ledger on ${wallet.network.prettyName} just yet.`
}else{
return `${wallet.props.wallet.signerProvider.label} can't send Authz transactions on ${wallet.network.prettyName} just yet.`
return `${wallet.signerProvider.label} can't send Authz transactions on ${wallet.network.prettyName} just yet.`
}
}

0 comments on commit c4e92ee

Please sign in to comment.