Fix browser extension linting

This commit is contained in:
Leendert de Borst
2025-11-01 09:04:07 +01:00
parent 6aaca60049
commit 519fe9ba30

View File

@@ -101,6 +101,7 @@ const EmailDomainField: React.FC<EmailDomainFieldProps> = ({
}
}
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [value, privateEmailDomains, showPrivateDomains]);
// Handle local part changes