diff --git a/ui/app/AppLayouts/Wallet/services/dapps/types/SessionRequest.qml b/ui/app/AppLayouts/Wallet/services/dapps/types/SessionRequest.qml index 7f25711803..e644aa38d2 100644 --- a/ui/app/AppLayouts/Wallet/services/dapps/types/SessionRequest.qml +++ b/ui/app/AppLayouts/Wallet/services/dapps/types/SessionRequest.qml @@ -59,7 +59,7 @@ QtObject { function buildDataObject(tx) { return {tx}} function getTxObjFromData(data) { return data.tx } } - readonly property var all: [personalSign, sign, signTypedData_v4, signTypedData, signTransaction, sendTransaction] + readonly property var all: [personalSign, sign, signTypedData_v4, signTypedData, sendTransaction] } function getSupportedMethods() {