From 8bdadf8e58b7e997a8d30caf62c4bb2bdd6a7209 Mon Sep 17 00:00:00 2001 From: Overtorment Date: Sat, 22 Sep 2018 13:32:41 +0100 Subject: [PATCH] FIX: lint --- screen/wallets/list.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/screen/wallets/list.js b/screen/wallets/list.js index 6aa33c91..8c89ec28 100644 --- a/screen/wallets/list.js +++ b/screen/wallets/list.js @@ -1,5 +1,5 @@ import React, { Component } from 'react'; -import { View, TouchableOpacity, Dimensions, Text, FlatList } from 'react-native'; +import { View, TouchableOpacity, Text, FlatList } from 'react-native'; import { BlueText, BlueTransactionOnchainIcon, @@ -17,7 +17,6 @@ import { BlueList, BlueListItem, BlueHeaderDefaultMain, - is, } from '../../BlueComponents'; import { Icon } from 'react-native-elements'; import PropTypes from 'prop-types'; @@ -28,7 +27,6 @@ let A = require('../../analytics'); /** @type {AppStorage} */ let BlueApp = require('../../BlueApp'); let loc = require('../../loc'); -const { width } = Dimensions.get('window'); export default class WalletsList extends Component { static navigationOptions = {