.
This commit is contained in:
parent
4a5ab6238c
commit
2661929cb0
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="">
|
||||
<ul class="row gx-2 mb-2 list-inline">
|
||||
<ul class="row gx-2 mb-0 list-inline">
|
||||
<li
|
||||
v-for="(user, index) in sortedUserList"
|
||||
:key="index"
|
||||
@ -10,7 +10,7 @@
|
||||
data-bs-placement="top"
|
||||
:aria-label="user.MEMBERSEQ"
|
||||
>
|
||||
<div class="ratio ratio-1x1 mb-2 profile-list">
|
||||
<div class="ratio ratio-1x1 mb-0 profile-list">
|
||||
<img
|
||||
class="rounded-circle profile-img"
|
||||
:src="getUserProfileImage(user.MEMBERPRF)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user