diff --git a/app/assets/v2/js/explorer.js b/app/assets/v2/js/explorer.js index 417aa22d9d3..b79bdc869e9 100644 --- a/app/assets/v2/js/explorer.js +++ b/app/assets/v2/js/explorer.js @@ -212,6 +212,8 @@ Vue.component('bounty-explorer', Vue.extend({ }; }, mounted() { + let vm = this; + vm.bounties = []; vm.featuredBounties = []; if (this.tribe && this.tribe.handle) { diff --git a/app/assets/v2/js/pages/profile-tribes.js b/app/assets/v2/js/pages/profile-tribes.js index e8c6d72a54d..560ba58ef86 100644 --- a/app/assets/v2/js/pages/profile-tribes.js +++ b/app/assets/v2/js/pages/profile-tribes.js @@ -197,10 +197,10 @@ const loadDynamicScript = (callback, url, id) => { newPathName = 'projects'; break; case 2: - newPathName = 'people'; + newPathName = 'bounties'; break; case 3: - newPathName = 'bounties'; + newPathName = 'people'; break; case 4: newPathName = 'manage'; diff --git a/app/dashboard/templates/profiles/tribes-vue.html b/app/dashboard/templates/profiles/tribes-vue.html index ab671f0d86b..d19f9b998fd 100644 --- a/app/dashboard/templates/profiles/tribes-vue.html +++ b/app/dashboard/templates/profiles/tribes-vue.html @@ -570,319 +570,61 @@ - + - +