Skip to content

Commit

Permalink
fixed prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bekossy committed Jan 29, 2024
1 parent 9952923 commit 531f87f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const useStyles = createUseStyles({
const ABTestingEvaluationTable: React.FC<EvaluationTableProps> = ({
evaluation,
evaluationScenarios,
isLoading
isLoading,
}) => {
const classes = useStyles()
const router = useRouter()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export const ParamsFormWithRun = ({
const SingleModelEvaluationTable: React.FC<EvaluationTableProps> = ({
evaluation,
evaluationScenarios,
isLoading
isLoading,
}) => {
const classes = useStyles()
const router = useRouter()
Expand Down

0 comments on commit 531f87f

Please sign in to comment.