Commit 217f357a authored by Yogi's avatar Yogi Committed by Kushal Pandya

Remove extra tooltip from pipelines overview page

parent de555479
......@@ -121,13 +121,7 @@ export default {
:title="user.email"
class="js-user-link commit-committer-link"
>
<user-avatar-image
:img-src="avatarUrl"
:img-alt="userAvatarAltText"
:tooltip-text="user.name"
:img-size="24"
/>
<user-avatar-image :img-src="avatarUrl" :img-alt="userAvatarAltText" :size="24" />
{{ user.name }}
</gl-link>
<gl-tooltip v-if="message" :target="() => $refs[$options.EMOJI_REF]">
......
---
title: Remove extra tooltip from pipelines overview page
merge_request: 52902
author: Yogi (@yo)
type: changed
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