diff --git a/frontend/src/app/hooks/validate-complaint.tsx b/frontend/src/app/hooks/validate-complaint.tsx index 2733c6078..786369fe7 100644 --- a/frontend/src/app/hooks/validate-complaint.tsx +++ b/frontend/src/app/hooks/validate-complaint.tsx @@ -84,7 +84,11 @@ const useValidateComplaint = () => { const equipmentCriteria = equipment?.find( (item: EquipmentDetailsDto) => - item.wasAnimalCaptured === "U" && item.typeCode !== "SIGNG" && item.typeCode !== "TRCAM", + item.wasAnimalCaptured === "U" && + item.typeCode !== "SIGNG" && + item.typeCode !== "TRCAM" && + item.typeCode !== "LLTHL" && + item.typeCode !== "K9UNT", ) === undefined; //check Animal has outcome, officer and date