From 531f87f519da62b288fd943151f0090a4dbd3fc0 Mon Sep 17 00:00:00 2001 From: Kaosiso Ezealigo Date: Mon, 29 Jan 2024 18:25:31 +0100 Subject: [PATCH] fixed prettier --- .../src/components/EvaluationTable/ABTestingEvaluationTable.tsx | 2 +- .../components/EvaluationTable/SingleModelEvaluationTable.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()