Skip to content

Commit

Permalink
Merge 2a37393 into 11ed932
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathew1011 committed Sep 2, 2020
2 parents 11ed932 + 2a37393 commit c3a3baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/tl-mega-menu/tl-mega-menu.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ng-content select="tl-mega-menu-section"></ng-content>
</div>
<div class="mega-menu-view-all">
<tl-button-element [href]="viewAllHref" [btnClass]="'primary'">
<tl-button-element *ngIf="viewAllHref" [href]="viewAllHref" [btnClass]="'primary'">
<wvr-text-element [value]="viewAllButtonText"></wvr-text-element>
</tl-button-element>
</div>
Expand Down

0 comments on commit c3a3baf

Please sign in to comment.