Skip to content

Commit

Permalink
chore: type
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Jan 22, 2025
1 parent 85b00f7 commit 8bf7b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mobile/src/modules/settings/routes/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const ProfileScreen = () => {
style={{ opacity: headerOpacity }}
>
<BlurEffect />
<TouchableOpacity pointerEvents="auto" onPress={() => settingNavigation.goBack()}>
<TouchableOpacity onPress={() => settingNavigation.goBack()}>
<MingcuteLeftLineIcon color={textLabelColor} />
</TouchableOpacity>

Expand Down

0 comments on commit 8bf7b1f

Please sign in to comment.