Skip to content

Commit

Permalink
fix:build
Browse files Browse the repository at this point in the history
  • Loading branch information
Innocent-Akim committed Nov 13, 2024
1 parent c0c55af commit 6a5120d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/lib/features/task/task-issue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export function TaskIssueStatusTimesheet({
}: { task: Nullable<ITimeSheet>; showIssueLabels?: boolean } & IClassName) {
return (
<TaskStatus
{...taskIssues[task?.issueType || 'Task']}
{...taskIssues[task?.task.issueType || 'Task']}
showIssueLabels={showIssueLabels}
issueType="issue"
className={clsxm('rounded-md px-2 text-white', className)}
Expand Down

0 comments on commit 6a5120d

Please sign in to comment.