Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alicedraillard committed Dec 5, 2024
1 parent 9812bc9 commit fc03702
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/components/board-card/useCardDropDownItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ export const useCardDropDownItems = (
: [menuItems.preview];
}

// console.log("hasContrib", hasContribRights);
// console.log("hasEditRights", hasEditRights);
// console.log("isOwnerOrManager", isOwnerOrManager);

if (isManager || (isMagnetOwner && hasEditRights)) {
return [
menuItems.preview,
Expand Down

0 comments on commit fc03702

Please sign in to comment.