修正詳細評審頁面結果
This commit is contained in:
@@ -260,7 +260,7 @@ export default function HistoryPage() {
|
||||
{item.status === "completed" ? (
|
||||
<>
|
||||
<Button asChild variant="outline" size="sm">
|
||||
<Link href={`/results?id=${item.id}`}>
|
||||
<Link href={`/results?id=${item.evaluation_id}`}>
|
||||
<Eye className="h-4 w-4" />
|
||||
</Link>
|
||||
</Button>
|
||||
|
Reference in New Issue
Block a user