Fixed user avatar link render empty space

This commit is contained in:
Phil Hughes 2018-11-07 08:25:02 +00:00
parent 35faecb06b
commit 0485c04764
No known key found for this signature in database
GPG Key ID: 32245528C52E0F9F
1 changed files with 1 additions and 2 deletions

View File

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