Skip to content

Commit

Permalink
fix: linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Nov 23, 2023
1 parent 3386486 commit 92e3274
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/collaboration/components/MembersPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ import MembershipPendingWarning from './MembershipPendingWarning';

const Header = () => {
const { t } = useTranslation();
const { owner, allowedToManageMembers, entityTypeLocalized } = useCollaborationContext();
const { owner, allowedToManageMembers, entityTypeLocalized } =
useCollaborationContext();

return (
<>
Expand Down

0 comments on commit 92e3274

Please sign in to comment.