Skip to content

Commit d692e6d

Browse files
committed
fix: apply collaboration formatter output
1 parent 9d46a19 commit d692e6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/components/dashboard/bookmarks/bookmarkListPermissions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export function canRemoveBookmarkFromList(input: {
55
}) {
66
return Boolean(
77
input.listId &&
8-
input.listType === "manual" &&
9-
(input.userRole === "owner" || input.userRole === "editor"),
8+
input.listType === "manual" &&
9+
(input.userRole === "owner" || input.userRole === "editor"),
1010
);
1111
}

0 commit comments

Comments
 (0)