diff --git a/src/js/Content/Features/Store/Licenses/CLicenses.js b/src/js/Content/Features/Store/Licenses/CLicenses.js index eaf73ce4a..8d350ff7d 100644 --- a/src/js/Content/Features/Store/Licenses/CLicenses.js +++ b/src/js/Content/Features/Store/Licenses/CLicenses.js @@ -5,7 +5,7 @@ export class CLicenses extends Context { constructor() { - super(ContextType.ACCOUNT, [ + super(ContextType.LICENSES, [ FLincensesSummary, ]); } diff --git a/src/js/Content/Modules/Context/ContextType.js b/src/js/Content/Modules/Context/ContextType.js index 8144d32df..9d6c6487b 100644 --- a/src/js/Content/Modules/Context/ContextType.js +++ b/src/js/Content/Modules/Context/ContextType.js @@ -40,5 +40,6 @@ export default Object.freeze({ "TRADE_OFFER": 38, "FRIENDS_AND_GROUPS": 39, "POINTS_SHOP": 40, + "LICENSES": 41, });