Commit 5c3c154d authored by Jiaan Louw's avatar Jiaan Louw Committed by David O'Regan

Resolve GlAvatar size in MR approvals footer

Updates the MR approval footer  avatar size to 24 to make it
compatible with GlAvatar when the gl_avatar_for_all_user_avatars
feature flag is enabled.
parent 173060d1
......@@ -78,7 +78,12 @@ export default {
@click="toggle"
/>
<template v-if="isCollapsed">
<user-avatar-list :items="suggestedApproversTrimmed" :breakpoint="0" empty-text="" />
<user-avatar-list
:items="suggestedApproversTrimmed"
:img-size="24"
:breakpoint="0"
empty-text=""
/>
<gl-button
data-testid="approvers-expand-button"
category="tertiary"
......
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