Skip to content

Commit

Permalink
fix: reset displayName for FolderItem
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyynthia committed Jan 17, 2022
1 parent 29a69f9 commit 12de9dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Powercord/coremods/utility-classes/modules/folders.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ module.exports = async () => {
return res;
});

FolderItem.default.displayName = 'FolderItem';
return () => uninject('pc-utilitycls-folders');
};

0 comments on commit 12de9dc

Please sign in to comment.