mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-12 14:28:46 -05:00
maybe this?
This commit is contained in:
@@ -24,7 +24,7 @@ export default function ServerAddress(): React.JSX.Element {
|
||||
<TextInput
|
||||
style={styles.input}
|
||||
value={serverUrl}
|
||||
onChangeText={(value) => validateServerUrl(value) ?? setServerUrl(value)}
|
||||
onChangeText={setServerUrl}
|
||||
/>
|
||||
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user