mail
mail copied to clipboard
Remove unused key to avoid duplicate keys warning

[Vue warn]: Duplicate keys detected: '[email protected]'. This may cause an update error.
found in
---> <EventData> at src/components/imip/EventData.vue
<Imip> at src/components/Imip.vue
<Message> at src/components/Message.vue
Elements in iteration expect to have 'v-bind:key' directives
:angry:
Should be good now :partying_face:
Expected 'v-bind:key' directive to use the variables which are defined by the 'v-for' directive vue/valid-v-for