Skip to content

Commit

Permalink
Removed default value from inExpandableNavbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leano1998 authored and tdonohue committed Oct 25, 2023
1 parent 2ec90b8 commit 4945460
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class ThemedUserMenuComponent extends ThemedComponent<UserMenuComponent>{
/**
* The input flag to show user details in navbar expandable menu
*/
@Input() inExpandableNavbar = false;
@Input() inExpandableNavbar: boolean;

protected inAndOutputNames: (keyof UserMenuComponent & keyof this)[] = ['inExpandableNavbar'];

Check warning on line 20 in src/app/shared/auth-nav-menu/user-menu/themed-user-menu.component.ts

View check run for this annotation

Codecov / codecov/patch

src/app/shared/auth-nav-menu/user-menu/themed-user-menu.component.ts#L20

Added line #L20 was not covered by tests

Expand Down

0 comments on commit 4945460

Please sign in to comment.