Skip to content

Commit

Permalink
chore(manager/web): clean up unused _computeSideBarMarginClass (Jig…
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens authored Jan 5, 2024
1 parent 6c433ed commit e46c884
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/server_manager/web_app/ui_components/app-root.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1094,10 +1094,6 @@ export class AppRoot extends polymerElementWithLocalize {
}
}

_computeSideBarMarginClass(shouldShowSideBar: boolean) {
return shouldShowSideBar ? 'side-bar-margin' : '';
}

_accountServerFilter(account: AccountListEntry) {
return (server: ServerListEntry) => account && server.accountId === account.id;
}
Expand Down

0 comments on commit e46c884

Please sign in to comment.