mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2024-11-17 06:19:25 +08:00
Joining now ensures that you match the subject you are studying to the study group you are joining
This commit is contained in:
parent
c05c8d50f3
commit
4de274edb4
1 changed files with 1 additions and 0 deletions
|
@ -456,6 +456,7 @@ export default function Home() {
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
change_study_group.mutate({
|
change_study_group.mutate({
|
||||||
study_group: studygroup.name,
|
study_group: studygroup.name,
|
||||||
|
subject: studygroup.subject,
|
||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue