Skip to content

Commit

Permalink
fix: re-push
Browse files Browse the repository at this point in the history
  • Loading branch information
CatiaAntunes96 committed Jan 17, 2023
1 parent 1e2ea1f commit 9f01c49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/Board/DragDropArea/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ type Props = {
userId: string;
board: BoardType;
socketId: string;
isRegularBoard?: boolean;
hasAdminRole: boolean;
isRegularBoard?: boolean;
};

const DragDropArea: React.FC<Props> = ({
userId,
board,
Expand Down

0 comments on commit 9f01c49

Please sign in to comment.