Skip to content

Commit 0c39928

Browse files
committed
Merge branch 'develop' into new-develop-mm
2 parents bffd66c + b1549ce commit 0c39928

File tree

13 files changed

+6574
-4770
lines changed

13 files changed

+6574
-4770
lines changed

__tests__/__snapshots__/index.js.snap

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ Object {
7474
"getStatsHistoryDone": [Function],
7575
"getStatsHistoryInit": [Function],
7676
"getStatsInit": [Function],
77+
"getSubtrackChallengesDone": [Function],
78+
"getSubtrackChallengesInit": [Function],
79+
"getUserMarathonDone": [Function],
80+
"getUserMarathonInit": [Function],
81+
"getUserSrmDone": [Function],
82+
"getUserSrmInit": [Function],
7783
},
7884
"profile": Object {
7985
"addSkillDone": [Function],
@@ -153,16 +159,6 @@ Object {
153159
"getTermsDone": [Function],
154160
"getTermsInit": [Function],
155161
},
156-
"ui": Object {
157-
"settings": Object {
158-
"profile": Object {
159-
"toggleTab": [Function],
160-
},
161-
"tools": Object {
162-
"toggleTab": [Function],
163-
},
164-
},
165-
},
166162
},
167163
"challenge": Object {
168164
"filter": Object {
@@ -231,7 +227,6 @@ Object {
231227
"settings": [Function],
232228
"stats": [Function],
233229
"terms": [Function],
234-
"ui": [Function],
235230
},
236231
"services": Object {
237232
"api": Object {

config/webpack/default.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ module.exports = {
99
'moment-timezone',
1010
'moment-duration-format',
1111
'react',
12+
'react-dom',
1213
'redux',
1314
'redux-actions',
1415
'isomorphic-fetch',
1516
'tc-accounts',
1617
'to-capital-case',
1718
'topcoder-react-utils',
19+
'topcoder-react-ui-kit',
1820
],
1921
};

0 commit comments

Comments
 (0)