ref: Little refactoring

This commit is contained in:
Maksim Eltyshev
2022-09-28 18:30:03 +02:00
parent c1eca2fb34
commit ef76b887af
2 changed files with 3 additions and 6 deletions

View File

@@ -166,14 +166,11 @@ const Card = React.memo(
{canEdit && (
<ActionsPopup
card={{
id,
name,
dueDate,
timer,
boardId,
listId,
projectId,
isPersisted,
}}
projectsToLists={allProjectsToLists}
boardMemberships={allBoardMemberships}