We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flutter-reddit-clone/lib/features/community/screens/add_mods_screen.dart
Line 63 in 3ce61f2
if there are multiple mods the code will show only one mod instead we have to show all mods hence we have to do something like
if (community.mods.contains(members) && ctr == 0) { uids = community.mods.toSet(); } ctr++;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
flutter-reddit-clone/lib/features/community/screens/add_mods_screen.dart
Line 63 in 3ce61f2
if there are multiple mods the code will show only one mod instead we have to show all mods hence we have to do something like
if (community.mods.contains(members) && ctr == 0) { uids = community.mods.toSet(); } ctr++;
The text was updated successfully, but these errors were encountered: