jettypod 4.4.44 → 4.4.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -81,7 +81,9 @@ function KanbanCard({ item, epicTitle, showEpic = false }: KanbanCardProps) {
|
|
|
81
81
|
{modeLabels[chore.mode].label}
|
|
82
82
|
</span>
|
|
83
83
|
)}
|
|
84
|
-
<span className="text-zinc-700 dark:text-zinc-300 truncate">
|
|
84
|
+
<span className="text-zinc-700 dark:text-zinc-300 truncate">
|
|
85
|
+
{chore.title || <span className="text-zinc-400 italic">(Untitled)</span>}
|
|
86
|
+
</span>
|
|
85
87
|
</div>
|
|
86
88
|
</Link>
|
|
87
89
|
))}
|