Commit 1397db0f authored by Filipa Lacerda's avatar Filipa Lacerda

Fix conflicts caused by vue_shared/components/user_avatar/user_avatar_image.vue

parent 26342bf0
......@@ -85,8 +85,6 @@ export default {
<template>
<img
v-tooltip
class="avatar"
data-boundary="window"
:class="{
lazy: lazy,
[avatarSizeClass]: true,
......@@ -101,5 +99,6 @@ export default {
:data-placement="tooltipPlacement"
:title="tooltipText"
class="avatar"
data-boundary="window"
/>
</template>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment