From 0fbf9fc485690e7569f3ad84cf4acc5b147a1b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deborah=20K=C3=B6pfer?= Date: Thu, 21 Nov 2024 16:09:35 +0100 Subject: [PATCH] feat(additionalEnquiry): missing dependency --- src/components/profile/AskerConsultingTypeData.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/profile/AskerConsultingTypeData.tsx b/src/components/profile/AskerConsultingTypeData.tsx index e51af7c65..903edf3a4 100644 --- a/src/components/profile/AskerConsultingTypeData.tsx +++ b/src/components/profile/AskerConsultingTypeData.tsx @@ -24,7 +24,7 @@ export const AskerConsultingTypeData = () => { sessions: sessionsData.sessions }); }); - }, []); + }, [dispatch]); return ( <>