We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bb6ee commit 9e07498Copy full SHA for 9e07498
src/apps/review/src/lib/components/AiReviewsTable/AiReviewsTable.tsx
@@ -93,7 +93,9 @@ const AiReviewsTable: FC<AiReviewsTableProps> = props => {
93
run.workflow.scorecard ? (
94
<Link
95
to={`../reviews/${props.submission.id}?workflowId=${run.workflow.id}`}
96
- >{run.score}</Link>
+ >
97
+ {run.score}
98
+ </Link>
99
) : run.score
100
) : '-'}
101
</div>
0 commit comments