Skip to content

Commit

Permalink
fix(inicio): agrega control (#2435)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroce authored Sep 8, 2021
1 parent 30ad8f4 commit c6608ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/inicio/inicio.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<ng-container *ngFor="let modulo of modulos">

<!-- Módulo principal -->
<div *ngIf="modulo.activo" class="modulo" [class.auto-height]="modulo.submodulos.main.length >= 4">
<div *ngIf="modulo.activo" class="modulo" [class.auto-height]="modulo.submodulos?.main?.length >= 4">
<div class="principal" [style.color]="modulo.color">
<b class="titulo">{{ modulo.nombre }}
<a href="#" *ngIf="novedades[modulo._id]?.length > 0" hintType="info"
Expand Down

0 comments on commit c6608ac

Please sign in to comment.