Skip to content

Commit

Permalink
library switch: always show the menu
Browse files Browse the repository at this point in the history
* Closes rero/rero-ils#3477.

Co-Authored-by: Bertrand Zuchuat <[email protected]>
  • Loading branch information
Garfield-fr committed Oct 31, 2023
1 parent 397ff1b commit 2b2e995
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class LibrarySwitchMenuService {

/** menu is visible */
get visible(): boolean {
return this._userService.user.patronLibrarian.libraries.length > 1;
return this._userService.user.patronLibrarian.libraries.length > 0;
}

/** Get menu */
Expand Down

0 comments on commit 2b2e995

Please sign in to comment.