Skip to content

Commit 0b3bd62

Browse files
IsmaestroIsmael Ramos
authored andcommitted
fix(library): add if condition in sample component date
1 parent 329db74 commit 0b3bd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/core/nav/nav.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</a>
88
</div>
99
<div fxFlex="20" id="today">
10-
<sample-component [locale]="currentLang"></sample-component>
10+
<sample-component *ngIf="currentLang" [locale]="currentLang"></sample-component>
1111
</div>
1212
<div fxFlex class="text-right">
1313
<app-search-bar></app-search-bar>

0 commit comments

Comments
 (0)