mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
Merge remote-tracking branch 'upstream/develop' into develop
This commit is contained in:
@@ -601,7 +601,7 @@ const UserList: React.FC = () => {
|
||||
<Link href={`/users/${user.id}`}>
|
||||
<a className="h-10 w-10 flex-shrink-0">
|
||||
<img
|
||||
className="h-10 w-10 rounded-full"
|
||||
className="h-10 w-10 rounded-full object-cover"
|
||||
src={user.avatar}
|
||||
alt=""
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user