Skip to content

Commit

Permalink
update var
Browse files Browse the repository at this point in the history
  • Loading branch information
katconnors committed Nov 18, 2024
1 parent 5a449a9 commit 08bca74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/taskCard/taskCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const TaskCard = ({ task, isPara }: TaskCardProps) => {

<Link
href={
task.seen
task.completed_trials !== "0"
? `/benchmarks/${task.task_id}`
: `/benchmarks/${task.task_id}/instructions`
}
Expand Down

0 comments on commit 08bca74

Please sign in to comment.