From 5cc91bc55296e161628959088e73954be38b5ae4 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Mon, 25 Mar 2019 09:54:01 +0100 Subject: [PATCH] run ci --- src/views/Wallet/components/LeftNavigation/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Wallet/components/LeftNavigation/index.js b/src/views/Wallet/components/LeftNavigation/index.js index b45e8b09..61dcc3d3 100644 --- a/src/views/Wallet/components/LeftNavigation/index.js +++ b/src/views/Wallet/components/LeftNavigation/index.js @@ -11,8 +11,8 @@ import { TransitionGroup, CSSTransition } from 'react-transition-group'; import styled from 'styled-components'; import DeviceHeader from 'components/DeviceHeader'; import Backdrop from 'components/Backdrop'; -// import Link from 'components/Link'; import * as deviceUtils from 'utils/device'; +// import Link from 'components/Link'; import Tooltip from 'components/Tooltip'; import { FormattedMessage } from 'react-intl';