Skip to content
Snippets Groups Projects
Commit 55800e23 authored by Lukas Haase's avatar Lukas Haase
Browse files

fix user role bug

parent eb9534cd
No related merge requests found
......@@ -19,8 +19,7 @@
mat-raised-button class="question-focus-btn" routerLink="participant/room/{{shortId}}/comments/questionwall">
<mat-icon>person</mat-icon>
<span class="question-focus-btn-txt">{{ 'header.question-wall-entry' | translate }}</span>
</button>
<span class="fill-remaining-space" *ngIf="user.role===0"></span>
</button>
<span class="fill-remaining-space"
*ngIf="router.url.includes('comments') && user.role === 3 && deviceType === 'desktop'"></span>
<span
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment