Skip to content

Commit

Permalink
Merge pull request #6593 from gitcoinco/hotfix/suggest-profile
Browse files Browse the repository at this point in the history
remove bad :key
  • Loading branch information
octavioamu authored May 5, 2020
2 parents 7e84e42 + 0165f20 commit fab46b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/v2/js/vue-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ Vue.component('suggested-profiles', {
template: `<div class="townsquare_nav-list my-2 tribe">
<div id="suggested-tribes">
<ul class="nav d-inline-block font-body col-lg-4 col-lg-11 pr-2" style="padding-right: 0">
<suggested-profile v-for="profile in profiles" :key="profile.id" :profile="profile" :key=:"suggested-tribe-${profile.handle}" />
<suggested-profile v-for="profile in profiles" :key="profile.id" :profile="profile" />
</ul>
</div>
</div>`
Expand Down

0 comments on commit fab46b4

Please sign in to comment.