Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Commit

Permalink
fix: safely access footer property
Browse files Browse the repository at this point in the history
  • Loading branch information
Derlys authored and beeman committed Mar 26, 2020
1 parent 2a6b6bb commit dd0fd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ui/src/lib/components/ui-layout.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { UiLayout } from '../interfaces/ui-layout'
<ng-content></ng-content>
</ui-content>
<div class="my-md-5 my-3">
<ui-footer [html]="config?.footer.html" [links]="config?.footer.links"></ui-footer>
<ui-footer [html]="config?.footer?.html" [links]="config?.footer?.links"></ui-footer>
</div>
`,
})
Expand Down

0 comments on commit dd0fd2d

Please sign in to comment.