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

Auth for business #96

Merged
merged 11 commits into from
Apr 28, 2024
Merged

Auth for business #96

merged 11 commits into from
Apr 28, 2024

Conversation

kaitlinnleung
Copy link
Contributor

closes #86

minh did all of the work!

}
};
getData();
}, [isOpen]);

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: 'data'. Either include it or remove the dependency array. If 'setNameData' needs the current value of 'data', you can also switch to useReducer instead of useState and read 'data' in the reducer.

@srukelman srukelman merged commit 2d62600 into main Apr 28, 2024
2 of 3 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.

CSS and finish functionality for admin users table
5 participants