diff --git a/web/src/components/card/ClassificationCard.tsx b/web/src/components/card/ClassificationCard.tsx index 4be8284e3..71ddf34c5 100644 --- a/web/src/components/card/ClassificationCard.tsx +++ b/web/src/components/card/ClassificationCard.tsx @@ -17,7 +17,6 @@ import { useNavigate } from "react-router-dom"; import { getTranslatedLabel } from "@/utils/i18n"; type ClassificationCardProps = { - className?: string; imgClassName?: string; data: ClassificationItemData; threshold?: ClassificationThreshold; @@ -28,7 +27,6 @@ type ClassificationCardProps = { children?: React.ReactNode; }; export function ClassificationCard({ - className, imgClassName, data, threshold, diff --git a/web/src/components/classification/ClassificationModelWizardDialog.tsx b/web/src/components/classification/ClassificationModelWizardDialog.tsx index c6c06baa2..621c9ea90 100644 --- a/web/src/components/classification/ClassificationModelWizardDialog.tsx +++ b/web/src/components/classification/ClassificationModelWizardDialog.tsx @@ -27,7 +27,7 @@ export default function ClassificationModelWizardDialog({ const { t } = useTranslation(["views/classificationModel"]); // step management - const [currentStep, setCurrentStep] = useState(0); + const [currentStep, _] = useState(0); return ( {sortedFaces.map((image: string) => ( ( (