diff --git a/src/util/Injected.js b/src/util/Injected.js index 6989a86..8e7b5db 100644 --- a/src/util/Injected.js +++ b/src/util/Injected.js @@ -31,7 +31,7 @@ exports.ExposeStore = (moduleRaidStr) => { window.Store.BlockContact = window.mR.findModule('blockContact')[0]; window.Store.GroupMetadata = window.mR.findModule((module) => module.default && module.default.handlePendingInvite)[0].default; window.Store.UploadUtils = window.mR.findModule((module) => (module.default && module.default.encryptAndUpload) ? module.default : null)[0].default; - window.Store.Label = window.mR.findModule('LabelCollection')[0].default; + window.Store.Label = window.mR.findModule('LabelCollection')[0].LabelCollection; window.Store.Features = window.mR.findModule('FEATURE_CHANGE_EVENT')[0].GK; window.Store.QueryOrder = window.mR.findModule('queryOrder')[0]; window.Store.QueryProduct = window.mR.findModule('queryProduct')[0];