diff --git a/ui/app/AppLayouts/Profile/stores/RootStore.qml b/ui/app/AppLayouts/Profile/stores/RootStore.qml index b64456db14..65b04c3943 100644 --- a/ui/app/AppLayouts/Profile/stores/RootStore.qml +++ b/ui/app/AppLayouts/Profile/stores/RootStore.qml @@ -239,7 +239,7 @@ QtObject { function registerEns(username, address, gasLimit, tipLimit, overallLimit, gasPrice, password) { return profileModelInst.ens.registerENS(username, - address, gasLimit, tipLimit, overallLimit, gasPrice, password) + address, gasLimit, gasPrice, tipLimit, overallLimit, password) } function getEnsUsernameRegistrar() {