Update ServerFolders.plugin.js

This commit is contained in:
Mirco Wittrien 2019-03-29 19:50:39 +01:00
parent 74963b71a9
commit 76900b606c
1 changed files with 1 additions and 1 deletions

View File

@ -17,8 +17,8 @@ class ServerFolders {
this.labels = {};
this.patchModules = {
"Guild":["componentDidMount","componentWillUnmount"],
"Guilds":["componentDidMount","componentWillUnmount"],
"Guild":["componentDidMount","componentWillUnmount"],
"StandardSidebarView":"componentWillUnmount"
};