Skip to content

Commit

Permalink
chore: remove project config icon (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSin authored Sep 16, 2024
1 parent 8a4935e commit 988b046
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/frontend/screens/Settings/ProjectSettings/index.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import * as React from 'react';
import {ScrollView} from 'react-native';
import {
List,
ListItem,
ListItemIcon,
ListItemText,
} from '../../../sharedComponents/List';
import {List, ListItem, ListItemText} from '../../../sharedComponents/List';
import {FormattedMessage, defineMessages} from 'react-intl';
import {NativeNavigationComponent} from '../../../sharedTypes/navigation';

Expand Down Expand Up @@ -70,10 +65,6 @@ export const ProjectSettings: NativeNavigationComponent<'ProjectSettings'> = ({
navigation.navigate('Config');
}}
testID="settingsConfigButton">
<ListItemIcon
style={{minWidth: 0, marginRight: 10}}
iconName="assignment"
/>
<ListItemText primary={<FormattedMessage {...m.config} />} />
</ListItem>
</List>
Expand Down

0 comments on commit 988b046

Please sign in to comment.