Browse Source

fix(client): formatting

pull/6643/head
KenTandrian 17 hours ago
parent
commit
24f819c742
  1. 3
      apps/client/src/app/components/access-table/access-table.component.html

3
apps/client/src/app/components/access-table/access-table.component.html

@ -86,7 +86,8 @@
</button> </button>
} }
@if ( @if (
user()?.settings?.isExperimentalFeatures || element.type === 'PUBLIC' user()?.settings?.isExperimentalFeatures ||
element.type === 'PUBLIC'
) { ) {
<hr class="my-0" /> <hr class="my-0" />
} }

Loading…
Cancel
Save