Skip to content

Commit

Permalink
Fix check failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandotfurrer committed Apr 22, 2024
1 parent 7bcac40 commit 2eea3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screens/AccountSettingsMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const AccountSettingsMenu = () => {
SettingsScreen.AccountSettings
);
return (
<View style={styles.container}>
<SafeAreaView style={styles.container}>
<View style={styles.innerContainer}>
<AcctHeader />
<View style={styles.menuItemContainer}>
Expand Down

0 comments on commit 2eea3a6

Please sign in to comment.