fix: update mutation pending flag (#1530)

This commit is contained in:
Mamadou DICKO 2023-10-31 12:00:50 +01:00 committed by GitHub
parent 211a56d127
commit 6c49b73577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ export const ContactForm = (): JSX.Element => {
);
}
if (postEmail.isLoading) {
if (postEmail.isPending) {
return <Spinner />;
}