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

fix user role bug

parent 55800e23
Branches
Tags
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
mat-raised-button class="question-focus-btn" routerLink="participant/room/{{shortId}}/comments/questionwall"> mat-raised-button class="question-focus-btn" routerLink="participant/room/{{shortId}}/comments/questionwall">
<mat-icon>person</mat-icon> <mat-icon>person</mat-icon>
<span class="question-focus-btn-txt">{{ 'header.question-wall-entry' | translate }}</span> <span class="question-focus-btn-txt">{{ 'header.question-wall-entry' | translate }}</span>
</button> </button>
<span class="fill-remaining-space" <span class="fill-remaining-space"
*ngIf="router.url.includes('comments') && user.role === 3 && deviceType === 'desktop'"></span> *ngIf="router.url.includes('comments') && user.role === 3 && deviceType === 'desktop'"></span>
<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