mirror of
https://github.com/abhay-raizada/PeerScribe.git
synced 2026-04-27 08:44:03 +00:00
Fix typos, bugs
This commit is contained in:
@@ -85,7 +85,7 @@ export const MedicineForm: React.FC<MedicineFormProps> = ({
|
||||
<TextInput
|
||||
style={styles.input}
|
||||
placeholder="Enter directions"
|
||||
value={form.refills}
|
||||
value={form.directions}
|
||||
placeholderTextColor="white"
|
||||
onChangeText={(text: string) => handleTextChange('directions', text)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user