Skip to content

Commit ddc1df8

Browse files
authored
Bugfix/frontend (#1265)
* fix: collection header * fix: makrdown
1 parent 829dbd4 commit ddc1df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/workspace/evaluations/[evaluationId]/evaluation-result.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import { EvaluationDetail, EvaluationItem } from '@/api';
44
import { FormatDate } from '@/components/format-date';
5+
import { Markdown } from '@/components/markdown';
56
import { Button } from '@/components/ui/button';
67
import {
78
Card,
@@ -36,7 +37,6 @@ import {
3637
} from 'lucide-react';
3738
import Link from 'next/link';
3839
import { useCallback, useEffect, useState } from 'react';
39-
import Markdown from 'react-markdown';
4040
import { EvaluationDeleteItem } from './evaluation-delete';
4141
import { EvaluationRetryItem } from './evaluation-retry-item';
4242

0 commit comments

Comments
 (0)