mirror of
https://github.com/plankanban/planka.git
synced 2025-08-04 21:15:25 +02:00
ref: Little refactoring
This commit is contained in:
parent
cc7959bb15
commit
e1a0b635ea
2 changed files with 3 additions and 6 deletions
|
@ -166,14 +166,11 @@ const Card = React.memo(
|
|||
{canEdit && (
|
||||
<ActionsPopup
|
||||
card={{
|
||||
id,
|
||||
name,
|
||||
dueDate,
|
||||
timer,
|
||||
boardId,
|
||||
listId,
|
||||
projectId,
|
||||
isPersisted,
|
||||
}}
|
||||
projectsToLists={allProjectsToLists}
|
||||
boardMemberships={allBoardMemberships}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue