remove unnecessary type cast

Signed-off-by: Lykke Axlin <lykkeaxlin@hotmail.com>
This commit is contained in:
Lykke Axlin
2022-01-11 16:32:52 +01:00
parent 77f194c89e
commit fac69a935c
@@ -93,7 +93,7 @@ export const EditProjectDialog = ({
membersCount: bazaarProject.membersCount,
startDate: formValues?.startDate ?? null,
endDate: formValues?.endDate ?? null,
} as BazaarProject);
});
if (updateResponse.status === 'ok') fetchBazaarProject();
handleEditClose();