diff --git a/.circleci/config.yml b/.circleci/config.yml index 4ef83dc7..3d1b8ee6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,6 @@ jobs: build: <<: *defaults steps: - - run: sudo apt-get install -y libudev-dev libfuse-dev - run: name: Install latest yarn command: | @@ -30,4 +29,3 @@ jobs: - run: ./node_modules/.bin/prettier -l "{src,webpack,.storybook,static/i18n}/**/*.js" - run: yarn flow --quiet - run: yarn test - - run: yarn release diff --git a/src/components/CurrencyDownStatusAlert.js b/src/components/CurrencyDownStatusAlert.js index e39a5ff7..8271e96c 100644 --- a/src/components/CurrencyDownStatusAlert.js +++ b/src/components/CurrencyDownStatusAlert.js @@ -5,7 +5,6 @@ import { translate } from 'react-i18next' import styled from 'styled-components' import { connect } from 'react-redux' import { createStructuredSelector } from 'reselect' -import type { CryptoCurrency } from '@ledgerhq/live-common/lib/types' import type { CurrencyStatus } from 'reducers/currenciesStatus' import { currencyDownStatus } from 'reducers/currenciesStatus'