Skip to content

Commit

Permalink
New ContextType for new feature area
Browse files Browse the repository at this point in the history
  • Loading branch information
candela97 committed Sep 13, 2023
1 parent 8b72d3c commit 63dd0aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/Content/Features/Store/Licenses/CLicenses.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export class CLicenses extends Context {

constructor() {

super(ContextType.ACCOUNT, [
super(ContextType.LICENSES, [
FLincensesSummary,
]);
}
Expand Down
1 change: 1 addition & 0 deletions src/js/Content/Modules/Context/ContextType.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ export default Object.freeze({
"TRADE_OFFER": 38,
"FRIENDS_AND_GROUPS": 39,
"POINTS_SHOP": 40,
"LICENSES": 41,
});

0 comments on commit 63dd0aa

Please sign in to comment.