diff options
Diffstat (limited to 'ui/app')
-rw-r--r-- | ui/app/components/token-cell.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/token-cell.js b/ui/app/components/token-cell.js index 1b226983b..67558ad87 100644 --- a/ui/app/components/token-cell.js +++ b/ui/app/components/token-cell.js @@ -40,7 +40,7 @@ TokenCell.prototype.render = function () { TokenCell.prototype.send = function (address, event) { event.preventDefault() - event.stopPropagation + event.stopPropagation() const url = tokenFactoryFor(address) if (url) { navigateTo(url) |