mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Remove unused parameter 'name' in views
This commit is contained in:
parent
8be4c384bb
commit
c9fe7516c4
14 changed files with 28 additions and 36 deletions
|
|
@ -11,7 +11,7 @@ export class MenuSettingsUserView extends AbstractViewLeft {
|
|||
* @param {Object} screen
|
||||
*/
|
||||
constructor(screen) {
|
||||
super('User/Settings/Menu', 'SettingsMenu');
|
||||
super('SettingsMenu');
|
||||
|
||||
this.leftPanelDisabled = leftPanelDisabled;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue