Skip to content

Commit 5516961

Browse files
committed
🎨 Refactor: Remove unused icons and sort order of import declarations
1 parent 6494bc8 commit 5516961

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/Profile2/Profile.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React, { Component } from 'react'
2-
import { Card, Icon } from 'react-native-elements'
32
import {
43
Animated,
54
Image,
@@ -9,6 +8,7 @@ import {
98
Text,
109
View,
1110
} from 'react-native'
11+
import { Card, Icon } from 'react-native-elements'
1212
import {
1313
TabViewAnimated,
1414
TabBar,
@@ -121,10 +121,10 @@ class Profile2 extends Component {
121121
tabs: {
122122
index: 0,
123123
routes: [
124-
{ key: '1', title: 'Active', count: 31, icon: 'md-restaurant' },
125-
{ key: '2', title: 'Like', count: 86, icon: 'md-bicycle' },
126-
{ key: '3', title: 'Following', count: 95, icon: 'md-color-palette' },
127-
{ key: '4', title: 'Followers', count: '1.3 K', icon: 'md-bicycle' },
124+
{ key: '1', title: 'Active', count: 31 },
125+
{ key: '2', title: 'Like', count: 86 },
126+
{ key: '3', title: 'Following', count: 95 },
127+
{ key: '4', title: 'Followers', count: '1.3 K' },
128128
],
129129
},
130130
}

0 commit comments

Comments
 (0)