We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0597fc + eb94137 commit 642ceadCopy full SHA for 642cead
1 file changed
src/routes/tasks/$taskId.tsx
@@ -397,7 +397,7 @@ function TaskView() {
397
<>
398
<span className="text-muted-foreground/50">•</span>
399
<a
400
- href={task.linearTicketUrl}
+ href={linearTicket?.url ?? task.linearTicketUrl}
401
target="_blank"
402
rel="noopener noreferrer"
403
className="flex items-center gap-1 text-foreground hover:text-primary font-medium"
0 commit comments