-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
bug: The cohort 2.0 and cohort 3.0 filter is bugged #590
Comments
May I work on this issue , could you assign it to me |
@Gurveer1510 , in production the value is not zero , the fix here is to add the logic to change the state of both the buttons . i already fixed it in #588 setCohort3(!cohort3);
cohort2 && setCohort2(!cohort2); |
Ohh, I fixed the state change bug too but I thought it was something big. 😂 |
The main branch was reverted so no issue anymore? |
Describe the bug
bug: The cohort 2.0 and cohort 3.0 filter is bugged
To Reproduce
Steps to reproduce the behavior:
Expected behavior
On clicking the filter buttons the content should filter as cohort 2 notes and cohort 3 note
Screenshots or GIFs
2024-08-27.21-05-29.mp4
Info (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: