diff --git a/app/components/CryptoIcon/CryptoIcon.js b/app/components/CryptoIcon/CryptoIcon.js
index dee20162..5fbcfc12 100644
--- a/app/components/CryptoIcon/CryptoIcon.js
+++ b/app/components/CryptoIcon/CryptoIcon.js
@@ -1,5 +1,6 @@
import React from 'react'
import PropTypes from 'prop-types'
+import path from 'path'
import { FaBitcoin } from 'react-icons/lib/fa'
import Isvg from 'react-inlinesvg'
@@ -10,7 +11,7 @@ const CryptoIcon = ({ currency }) => {
break
case 'ltc':
return (
-
+
)
break
default: