Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoapolo committed Dec 17, 2024
1 parent 48ed42d commit a05365c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/EditPermissions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ const _EditPermissionsModal: FC<EditPermissionModalType> = withAdminPermissions(
})
}
//eslint-disable-next-line
}, [])
}, [])

const admin = () => entityPermissions && entityPermissions.admin

Expand Down

0 comments on commit a05365c

Please sign in to comment.