Commit 0485c047 authored by Phil Hughes's avatar Phil Hughes

Fixed user avatar link render empty space

parent 35faecb0
...@@ -99,7 +99,6 @@ export default { ...@@ -99,7 +99,6 @@ export default {
v-tooltip v-tooltip
:title="tooltipText" :title="tooltipText"
:tooltip-placement="tooltipPlacement" :tooltip-placement="tooltipPlacement"
>{{ username }}</span> >{{ username }}</span><slot name="avatar-badge"></slot>
<slot name="avatar-badge"></slot>
</gl-link> </gl-link>
</template> </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