From c0dbfa0dbb87914ee3c8a70c3286bb5a3577773d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Longoni?= Date: Thu, 28 May 2020 16:22:51 -0300 Subject: [PATCH] fix flags css import --- src/routes/safe/components/CurrencyDropdown/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/safe/components/CurrencyDropdown/index.tsx b/src/routes/safe/components/CurrencyDropdown/index.tsx index 44a25fc3..41945040 100644 --- a/src/routes/safe/components/CurrencyDropdown/index.tsx +++ b/src/routes/safe/components/CurrencyDropdown/index.tsx @@ -6,7 +6,7 @@ import MenuItem from '@material-ui/core/MenuItem' import { MuiThemeProvider } from '@material-ui/core/styles' import SearchIcon from '@material-ui/icons/Search' import classNames from 'classnames' -import style from 'currency-flags/dist/currency-flags.min.css' +import 'currency-flags/dist/currency-flags.min.css' import React, { useState } from 'react' import { useDispatch, useSelector } from 'react-redux' @@ -99,9 +99,9 @@ const CurrencyDropdown = () => {