feat: change default group on home screen
This commit is contained in:
parent
ae08569bbd
commit
4e8ec92c27
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ export function Home() {
|
|||
const [isLoading, setIsLoading] = useState(true);
|
||||
const [exercises, setExercises] = useState<ExerciseDTO[]>([]);
|
||||
const [groups, setGroups] = useState<string[]>([]);
|
||||
const [selectedGroup, setSelectedGroup] = useState('costas');
|
||||
const [selectedGroup, setSelectedGroup] = useState('antebraço');
|
||||
const toast = useToast();
|
||||
|
||||
const navigation = useNavigation<AppNavigatorRoutesProps>();
|
||||
|
|
|
|||
Loading…
Reference in a new issue