diff options
Diffstat (limited to 'client/src/app/menu/menu.component.ts')
-rw-r--r-- | client/src/app/menu/menu.component.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/client/src/app/menu/menu.component.ts b/client/src/app/menu/menu.component.ts index 896c824b8..410abe6fa 100644 --- a/client/src/app/menu/menu.component.ts +++ b/client/src/app/menu/menu.component.ts | |||
@@ -86,12 +86,6 @@ export class MenuComponent implements OnInit, OnDestroy { | |||
86 | return this.screenService.isInMobileView() | 86 | return this.screenService.isInMobileView() |
87 | } | 87 | } |
88 | 88 | ||
89 | get dropdownContainer () { | ||
90 | if (this.isInMobileView) return null | ||
91 | |||
92 | return 'body' as 'body' | ||
93 | } | ||
94 | |||
95 | get language () { | 89 | get language () { |
96 | return this.languageChooserModal.getCurrentLanguage() | 90 | return this.languageChooserModal.getCurrentLanguage() |
97 | } | 91 | } |