Skip to content

Commit

Permalink
[Timeline]: removed unnecessary style.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuznietsov committed Jul 9, 2024
1 parent fc92846 commit 54cde2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/demo/tables/editableTable/TaskBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ export function TaskBar({ task, timelineController }: { task: Task, timelineCont
width: `${coords.width}px`,
left: 0,
transform: `translateX(${coords.left}px)`,
translate: 'transform linear',
} }
>
{ coords.width > 50 && <Text color="white" cx={ css.assingeeText }>{assignee?.fullName}</Text> }
Expand Down

0 comments on commit 54cde2d

Please sign in to comment.