1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Fix lint issues (#9265)

This commit is contained in:
Whymarrh Whitby 2020-08-18 18:09:01 -02:30 committed by GitHub
parent 6ab12001e3
commit ca35098f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ import React, { useState } from 'react'
import PropTypes from 'prop-types'
import BigNumber from 'bignumber.js'
import classnames from 'classnames'
import { calcTokenAmount } from '../../../helpers/utils/token-util.js'
import { calcTokenAmount } from '../../../helpers/utils/token-util'
export default function ExchangeRateDisplay ({
primaryTokenValue,