Skip to content

Commit

Permalink
Merge pull request #462 from factly/fix/policies-breadcrumbs
Browse files Browse the repository at this point in the history
hide breadcrumbs on policy edit page
  • Loading branch information
shreeharsha-factly authored Oct 28, 2021
2 parents df65b02 + 24de4c8 commit bbad010
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion studio/src/components/PageHeader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ function PageHeader() {
!(
location.pathname.includes('permissions') ||
location.pathname.includes('requests') ||
location.pathname.includes('spaces')
location.pathname.includes('spaces') ||
location.pathname.includes('members')
)
) {
if (pathSnippets.includes('edit') && !state[entity].loading) {
Expand Down

0 comments on commit bbad010

Please sign in to comment.