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 { TransactionSigner {
id: transactionSigner id: transactionSigner
width: stack.width width: stack.width
// Not Refactored Yet signingPhrase: root.store.signingPhrase
// signingPhrase: root.store.walletModelInst.utilsView.signingPhrase
} }
} }
} }