diff --git a/agenta-web/src/components/EvaluationTable/ABTestingEvaluationTable.tsx b/agenta-web/src/components/EvaluationTable/ABTestingEvaluationTable.tsx index df8ca595f0..090dfb6fc6 100644 --- a/agenta-web/src/components/EvaluationTable/ABTestingEvaluationTable.tsx +++ b/agenta-web/src/components/EvaluationTable/ABTestingEvaluationTable.tsx @@ -130,7 +130,7 @@ const useStyles = createUseStyles({ const ABTestingEvaluationTable: React.FC = ({ evaluation, evaluationScenarios, - isLoading + isLoading, }) => { const classes = useStyles() const router = useRouter() diff --git a/agenta-web/src/components/EvaluationTable/SingleModelEvaluationTable.tsx b/agenta-web/src/components/EvaluationTable/SingleModelEvaluationTable.tsx index 4d523ac6ea..f8f48aba4e 100644 --- a/agenta-web/src/components/EvaluationTable/SingleModelEvaluationTable.tsx +++ b/agenta-web/src/components/EvaluationTable/SingleModelEvaluationTable.tsx @@ -171,7 +171,7 @@ export const ParamsFormWithRun = ({ const SingleModelEvaluationTable: React.FC = ({ evaluation, evaluationScenarios, - isLoading + isLoading, }) => { const classes = useStyles() const router = useRouter()