Skip to content
Snippets Groups Projects
Verified Commit bcdbd0b8 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #11183 TIME 0:10 fix var undefined

parent 93c00f52
No related branches found
No related tags found
No related merge requests found
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
style="cursor:pointer;"></tr> style="cursor:pointer;"></tr>
</table> </table>
</mat-tab> </mat-tab>
<mat-tab *ngIf="homeData.isLinkedToMaarchParapheur"> <mat-tab *ngIf="homeData !== undefined && homeData.isLinkedToMaarchParapheur">
<ng-template matTabLabel> <ng-template matTabLabel>
<span [class.noDoc]="nbMpDocs === 0" matBadge="{{nbMpDocs}}" matBadgeOverlap="false">{{lang.maarchParapheurDocuments}}</span> <span [class.noDoc]="nbMpDocs === 0" matBadge="{{nbMpDocs}}" matBadgeOverlap="false">{{lang.maarchParapheurDocuments}}</span>
</ng-template> </ng-template>
......
@import '../../css/vars.scss'; @import '../../css/vars.scss';
.mat-badge-content {
background: none;
color: $primary;
}
.noDoc { .noDoc {
.mat-badge-content { .mat-badge-content {
color: #666; color: #666;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment