Skip to content

Commit

Permalink
Remove unnecessary text spacer
Browse files Browse the repository at this point in the history
  • Loading branch information
dyland88 authored Sep 12, 2024
1 parent f69348d commit c5750c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/app/screens/settings/SettingsScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ const SettingsScreen: React.FC = () => {
setErrorMessage('');
}}
/>
<Text> </Text>
<Button title="Save" onPress={() => {
if (inputModal.type === 0) {
if (textInput.length > 0) {
Expand Down

0 comments on commit c5750c0

Please sign in to comment.