Skip to content

Commit 18f9704

Browse files
committed
Merge remote-tracking branch 'upstream/stable'
2 parents 014682e + 7b1cfa4 commit 18f9704

File tree

5 files changed

+310
-304
lines changed

5 files changed

+310
-304
lines changed

app/assets/v2/js/explorer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ Vue.component('bounty-explorer', Vue.extend({
212212
};
213213
},
214214
mounted() {
215+
let vm = this;
216+
215217
vm.bounties = [];
216218
vm.featuredBounties = [];
217219
if (this.tribe && this.tribe.handle) {

app/assets/v2/js/pages/profile-tribes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ const loadDynamicScript = (callback, url, id) => {
197197
newPathName = 'projects';
198198
break;
199199
case 2:
200-
newPathName = 'people';
200+
newPathName = 'bounties';
201201
break;
202202
case 3:
203-
newPathName = 'bounties';
203+
newPathName = 'people';
204204
break;
205205
case 4:
206206
newPathName = 'manage';

0 commit comments

Comments
 (0)