Skip to content

Commit 7fd0e03

Browse files
committed
Refactor Settings component to remove commented code
1 parent a8117eb commit 7fd0e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/screens/Settings/Settings.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export default function Settings({ navigation }: NavProp) {
104104
})
105105
}
106106
/> */}
107-
<SettOption
107+
{/* <SettOption
108108
title='App Update'
109109
Icon={<RoundedIcon Icon={Setting07SolidIcon} className='bg-slate-500' />}
110110
arrow
@@ -117,7 +117,7 @@ export default function Settings({ navigation }: NavProp) {
117117
whatsNew: ['New features', 'Bug fixes', 'Performance improvements'],
118118
})
119119
}
120-
/>
120+
/> */}
121121

122122
<SettOption
123123
title='Your Profile'

0 commit comments

Comments
 (0)