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
1 changed files with 1 additions and 1 deletions

View File

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