File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/shared/containers/Dashboard Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -338,6 +338,7 @@ function mapStateToProps(state, props) {
338
338
finances : finances . data ,
339
339
financesLoading : Boolean ( finances . loadingUuid ) ,
340
340
financesTimestamp : finances . timestamp ,
341
+ handle : state . auth . profile . handle ,
341
342
memberId : state . auth . user . userId ,
342
343
profile : state . auth . profile ,
343
344
showChallengeFilter : dash . showChallengeFilter ,
@@ -401,6 +402,10 @@ function mapDispatchToProps(dispatch) {
401
402
const a = challengeListingActions . challengeListing ;
402
403
dispatch ( a . getSrmsInit ( uuid ) ) ;
403
404
dispatch ( a . getSrmsDone ( uuid , memberId , {
405
+ status : 'Draft' ,
406
+ sortBy : 'startDate' ,
407
+ page : 1 ,
408
+ perPage : 3 ,
404
409
} , tokenV3 ) ) ;
405
410
} ,
406
411
getTopcoderBlogFeed : ( ) => {
You can’t perform that action at this time.
0 commit comments