fix typo: Unkown => Unknown (#6559)
This commit is contained in:
committed by
Tomasz Drwięga
parent
9a086face4
commit
fee056a251
@@ -17,12 +17,12 @@
|
||||
import Push from 'push.js';
|
||||
import BigNumber from 'bignumber.js';
|
||||
|
||||
import unkownIcon from '~/../assets/images/contracts/unknown-64x64.png';
|
||||
import unknownIcon from '~/../assets/images/contracts/unknown-64x64.png';
|
||||
|
||||
export function notifyTransaction (account, token, _value, onClick) {
|
||||
const name = account.name || account.address;
|
||||
const value = _value.div(new BigNumber(token.format || 1));
|
||||
const icon = token.image || unkownIcon;
|
||||
const icon = token.image || unknownIcon;
|
||||
|
||||
let _notification = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user