diff --git a/src/popup/views/approval.js b/src/popup/views/approval.js index 58319ed..abd29c7 100644 --- a/src/popup/views/approval.js +++ b/src/popup/views/approval.js @@ -1,4 +1,10 @@ -const { $, addressDotHtml, escapeHtml, showView } = require("./helpers"); +const { + $, + addressDotHtml, + addressTitle, + escapeHtml, + showView, +} = require("./helpers"); const { state, saveState } = require("../../shared/state"); const { formatEther, formatUnits, Interface, toUtf8String } = require("ethers"); const { ERC20_ABI } = require("../../shared/constants"); @@ -22,7 +28,15 @@ function approvalAddressHtml(address) { const dot = addressDotHtml(address); const link = `https://etherscan.io/address/${address}`; const extLink = `${EXT_ICON}`; - return `