Skip to content

Commit

Permalink
Merge pull request #3781 from crazyserver/MOBILE-4212
Browse files Browse the repository at this point in the history
MOBILE-4212 assign: Do not show edit submission warning if cannot edit
  • Loading branch information
dpalou authored Sep 7, 2023
2 parents b8071a6 + 24751be commit 92615be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<core-loading [hideUntil]="loaded">
<div class="list-item-limited-width">
<!-- Time limit is over. -->
<ion-card *ngIf="timeLimitFinished" class="core-danger-card">
<ion-card *ngIf="timeLimitFinished && (canEdit || canSubmit)" class="core-danger-card">
<ion-item class="ion-text-wrap">
<ion-icon name="fas-triangle-exclamation" slot="start" aria-hidden="true"></ion-icon>
<ion-label>
Expand Down

0 comments on commit 92615be

Please sign in to comment.