Skip to content

Commit

Permalink
Remove double Description title
Browse files Browse the repository at this point in the history
  • Loading branch information
bkruotsalainen committed Feb 20, 2024
1 parent 1afb45d commit 83c232e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/features/kanban/KanbanTask.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ export const KanbanTask = ({
<section>
<form>
<label role="h4" className="heading-xs mb-1">
Description
{(!isUserViewer || task.content.trim() !== "") && "Description" }
{isUserViewer
?
Expand Down

0 comments on commit 83c232e

Please sign in to comment.