1
0
Fork 0
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:
Maksim Eltyshev 2022-09-28 18:30:03 +02:00
parent cc7959bb15
commit e1a0b635ea
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}