Skip to content

Commit 5208d8f

Browse files
committed
refactor: removed unused imports on Dashboard
1 parent 34d3759 commit 5208d8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/screens/Dashboard.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*/
77

88
import React, { useState } from 'react';
9-
import { StyleSheet, View, Text, Button } from 'react-native';
9+
import { StyleSheet, View, Text } from 'react-native';
1010
import { useDispatch, useSelector } from 'react-redux';
1111
import { t } from 'ttag';
1212
import { get } from 'lodash';
@@ -94,7 +94,6 @@ export const Dashboard = () => {
9494
tokensMetadata,
9595
} = useSelector(getTokensState);
9696
const isNanoContractEnabled = useSelector(getNanoContractFeatureToggle);
97-
const wallet = useSelector((state) => state.wallet);
9897

9998
const [currList, selectList] = useState(listOption.tokens);
10099
const navigation = useNavigation();

0 commit comments

Comments
 (0)