Skip to content

Commit 9e07498

Browse files
committed
lint
1 parent 32bb6ee commit 9e07498

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/apps/review/src/lib/components/AiReviewsTable/AiReviewsTable.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ const AiReviewsTable: FC<AiReviewsTableProps> = props => {
9393
run.workflow.scorecard ? (
9494
<Link
9595
to={`../reviews/${props.submission.id}?workflowId=${run.workflow.id}`}
96-
>{run.score}</Link>
96+
>
97+
{run.score}
98+
</Link>
9799
) : run.score
98100
) : '-'}
99101
</div>

0 commit comments

Comments
 (0)