mirror of
https://github.com/sct/overseerr.git
synced 2025-12-28 00:54:03 +01:00
feat: plex watchlist sync integration (#2885)
This commit is contained in:
@@ -588,7 +588,10 @@ const UserList = () => {
|
||||
</Link>
|
||||
<div className="ml-4">
|
||||
<Link href={`/users/${user.id}`}>
|
||||
<a className="text-base font-bold leading-5 transition duration-300 hover:underline">
|
||||
<a
|
||||
className="text-base font-bold leading-5 transition duration-300 hover:underline"
|
||||
data-testid="user-list-username-link"
|
||||
>
|
||||
{user.displayName}
|
||||
</a>
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user