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

Update view business and edit business form #68

Merged
merged 10 commits into from
Apr 5, 2024

Conversation

srukelman
Copy link
Contributor

closes #55

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

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: 'backend'. Either include it or remove the dependency array.

const { backend } = useBackend();
const handleSubmit = async e => {
e.preventDefault();
}, [backend]);

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 missing dependencies: 'edit' and 'fillOutPendingData'. Either include them or remove the dependency array.

@srukelman srukelman merged commit 2832c48 into main Apr 5, 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.

Updating View Business and Edit Business Info Pages
3 participants