show attachment in task card and show check list item in task card
deploy to danak / build_and_deploy (push) Has been cancelled
deploy to danak / build_and_deploy (push) Has been cancelled
This commit is contained in:
@@ -72,7 +72,7 @@ const Task: FC<Props> = ({ task, isDragging, onClick }) => {
|
||||
</div>
|
||||
|
||||
{task.users?.length ? (
|
||||
<div className="mt-2 flex justify-end">
|
||||
<div className="mt-2 flex justify-end pl-1.5">
|
||||
<div className="flex items-center -space-x-1.5 rtl:space-x-reverse">
|
||||
{task.users.map((user) => (
|
||||
<UserAvatar
|
||||
|
||||
Reference in New Issue
Block a user