Skip to content
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

fixed notification drawer and added view request #83

Merged
merged 3 commits into from
Apr 20, 2024

Conversation

srukelman
Copy link
Contributor

closes #73

@srukelman srukelman self-assigned this Apr 18, 2024
@srukelman srukelman requested a review from Madhu2244 April 18, 2024 01:47
}
useEffect(() => {
fetchRequest();
}, [id]);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <react-hooks/exhaustive-deps> reported by reviewdog 🐶
React Hook useEffect has a missing dependency: 'fetchRequest'. Either include it or remove the dependency array.

@srukelman srukelman merged commit ee23cec into main Apr 20, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Notification Drawer
2 participants