From 9f01c491b7a988a0ab3395879b6aa0ba3f4d8e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A1tia=20Antunes?= Date: Tue, 17 Jan 2023 10:21:59 +0000 Subject: [PATCH] fix: re-push --- frontend/src/components/Board/DragDropArea/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/Board/DragDropArea/index.tsx b/frontend/src/components/Board/DragDropArea/index.tsx index 4e206dc19..f1ddad8a9 100644 --- a/frontend/src/components/Board/DragDropArea/index.tsx +++ b/frontend/src/components/Board/DragDropArea/index.tsx @@ -18,9 +18,10 @@ type Props = { userId: string; board: BoardType; socketId: string; - isRegularBoard?: boolean; hasAdminRole: boolean; + isRegularBoard?: boolean; }; + const DragDropArea: React.FC = ({ userId, board,