Make chip icons always fitness center

This commit is contained in:
Brandon Presley 2022-10-05 23:49:08 +13:00
parent 3cbabb723a
commit 17b88f39e4

View File

@ -131,7 +131,7 @@ export default function StartSession() {
<Chip <Chip
key={workout} key={workout}
selected={workout === name} selected={workout === name}
icon={workout === name ? 'fitness-center' : 'hotel'} icon="fitness-center"
onPress={() => select(index)} onPress={() => select(index)}
style={{marginBottom: MARGIN, marginRight: MARGIN}}> style={{marginBottom: MARGIN, marginRight: MARGIN}}>
{workout} x {workout} x