Commit 6e4a1554 authored by Guy Thouret's avatar Guy Thouret

(e2e) Add tests for media activity creation and edit propogation from...

(e2e) Add tests for media activity creation and edit propogation from activity->media and media->activity - #1889
1 merge request!464Rewards Notifications
Pipeline #82551526 running with stages
......@@ -41,6 +41,7 @@ export class WalletTokenContributionsOverviewComponent
checkin: null,
jury_duty: null,
},
rewardFactors: {},
};
user = this.session.getLoggedInUser();
......@@ -68,6 +69,7 @@ export class WalletTokenContributionsOverviewComponent
this.overview.yourShare = result.yourShare;
this.overview.yourRewardFactor = result.yourRewardFactor;
this.overview.contributionValues = result.contributionValues;
this.overview.rewardFactors = result.rewardFactors;
this.detectChanges();
} catch (e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment