diff --git a/src/front/Components/Layouts/Folder/DocumentsReminderHistory/index.tsx b/src/front/Components/Layouts/Folder/DocumentsReminderHistory/index.tsx index 3331e2ff..8d637bc4 100644 --- a/src/front/Components/Layouts/Folder/DocumentsReminderHistory/index.tsx +++ b/src/front/Components/Layouts/Folder/DocumentsReminderHistory/index.tsx @@ -110,7 +110,7 @@ export default function DocumentsReminderHistory(props: IProps) { useEffect(() => { fetchReminders(); fetchCustomers(); - }, [customerOption, customersOptions, fetchCustomers, fetchReminders]); + }, [fetchCustomers, fetchReminders]); const onSelectionChange = useCallback((option: IOption | null) => { setCustomerOption(option ?? null);