Fix bundle key

This commit is contained in:
Hafiz 2023-05-24 14:03:11 -04:00
parent eb80173c0b
commit 2b44b249a8

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")
)
}
}