Skip to content

Commit

Permalink
nav-icon-badge as optional prop
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherGdynia authored and christopherGdynia committed Jan 12, 2022
1 parent 3ff66c4 commit da47ce6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class NavIcon {
@Prop() refMobileMenuToggle?: any;
@Prop() refMobileUserMenuToggle?: any;
@Prop() refUserMenuToggle?: any;
@Prop() badge: boolean = false;
@Prop() badge?: boolean = false;
@Prop() badgeLabel: number;

componentWillRender() {
Expand Down

0 comments on commit da47ce6

Please sign in to comment.