We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d29324 commit 57f54e7Copy full SHA for 57f54e7
1 file changed
src/app/shared/header/header.component.html
@@ -197,7 +197,7 @@
197
Analytics
198
</a>
199
</li>
200
- @if(roles.includes('seller')){
+ @if(roles.includes(sellerRole)){
201
<li>
202
<button data-cy="usageSpecs" id="usageSpecs" (click)="goTo('/usage-spec')" class="flex w-full justify-left px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"><fa-icon [icon]="faRuler" class="mr-2"></fa-icon>Usage Spec</button>
203
0 commit comments