Merge pull request #1987 from Hafizzle/Fiz/party-leader-only-challenge-fix

Fix "Only leaders can create challenges" toggle
This commit is contained in:
Phillip Thelen 2023-05-25 15:13:28 +02:00 committed by GitHub
commit 66c1e9ee00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,7 +166,7 @@ open class GroupViewModel @Inject constructor(
group.value, bundle?.getString("name"),
bundle?.getString("description"),
bundle?.getString("leader"),
bundle?.getBoolean("leaderCreateChallenge")
bundle?.getBoolean("leaderOnlyChallenges")
)
}
}