diff options
| author | Henry Jameson <me@hjkos.com> | 2019-07-07 00:54:17 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-07-07 00:54:17 +0300 |
| commit | 020c6d1bcfaf67ccb9ecdab13a39a1ddea868bb6 (patch) | |
| tree | 2c4d29afd542e288ad1907609a1b12c7c0719e31 /src/components/who_to_follow_panel | |
| parent | 1ec4caa0bbea18854a8a7bccaa7e2a0ea8bdf79e (diff) | |
all the manual fixes
Diffstat (limited to 'src/components/who_to_follow_panel')
| -rw-r--r-- | src/components/who_to_follow_panel/who_to_follow_panel.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/who_to_follow_panel/who_to_follow_panel.vue b/src/components/who_to_follow_panel/who_to_follow_panel.vue index b26e5f4f..518acd97 100644 --- a/src/components/who_to_follow_panel/who_to_follow_panel.vue +++ b/src/components/who_to_follow_panel/who_to_follow_panel.vue @@ -9,6 +9,7 @@ <div class="who-to-follow"> <p v-for="user in usersToFollow" + :key="user.id" class="who-to-follow-items" > <img :src="user.img"> |
