Unverified Commit 327f33ec authored by yann300's avatar yann300 Committed by GitHub

`_deps` is not used anymore in udapp

This bug has been introduced after we moved udapp to remix repository
parent 4a5bb07a
...@@ -197,7 +197,7 @@ UniversalDAppUI.prototype.getCallButton = function (args) { ...@@ -197,7 +197,7 @@ UniversalDAppUI.prototype.getCallButton = function (args) {
modalDialog('Confirm transaction', content, modalDialog('Confirm transaction', content,
{ label: 'Confirm', { label: 'Confirm',
fn: () => { fn: () => {
self.udapp._deps.config.setUnpersistedProperty('doNotShowTransactionConfirmationAgain', content.querySelector('input#confirmsetting').checked) self.udapp.config.setUnpersistedProperty('doNotShowTransactionConfirmationAgain', content.querySelector('input#confirmsetting').checked)
// TODO: check if this is check is still valid given the refactor // TODO: check if this is check is still valid given the refactor
if (!content.gasPriceStatus) { if (!content.gasPriceStatus) {
cancelCb('Given gas price is not correct') cancelCb('Given gas price is not correct')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment