Make todays workout read only instead of disabled

Closes #41
This commit is contained in:
Brandon Presley 2022-09-24 17:16:52 +12:00
parent 8e674ce993
commit 24d4bcea21

View File

@ -96,7 +96,7 @@ export default function SetForm({
<MassiveInput <MassiveInput
label="Todays workout" label="Todays workout"
value={workouts?.join(', ')} value={workouts?.join(', ')}
disabled editable={false}
/> />
)} )}
</ScrollView> </ScrollView>