fix(browser-sign): show signing phrase in the sign tx modal

Fixes #4778
This commit is contained in:
Jonathan Rainville 2022-02-10 15:33:43 -05:00
parent cd68691ed8
commit a3048f517b

View File

@ -257,8 +257,7 @@ StatusModal {
TransactionSigner {
id: transactionSigner
width: stack.width
// Not Refactored Yet
// signingPhrase: root.store.walletModelInst.utilsView.signingPhrase
signingPhrase: root.store.signingPhrase
}
}
}