Final state from MSSE692

This commit is contained in:
Kerry Johnson 2021-03-13 08:50:13 -07:00
parent 43c7198f22
commit 4b98dddb1f
2 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ export class HeaderComponent implements OnInit, OnDestroy {
userMenu = [
{ title: 'Profile', icon: 'person-outline', link: 'pages/user/profile', },
{ title: 'Log out' }
{ title: 'Log out' },
];
constructor(private sidebarService: NbSidebarService,

View file

@ -10,7 +10,7 @@
true,
{
"multiline": "always",
"singleline": "never"
"singleline": "ignore"
}
],
"arrow-return-shorthand": true,
@ -133,5 +133,5 @@
"use-pipe-transform-interface": true,
"component-class-suffix": true,
"directive-class-suffix": true
}
}
}
}