Fix chat link styling based on user chat ID presence
This commit is contained in:
parent
41decd54f2
commit
b23739b371
1 changed files with 2 additions and 2 deletions
|
|
@ -248,8 +248,8 @@ export const UsersTable = (props: { data: UserWChatInfo[] }) => {
|
|||
<Link
|
||||
aria-label="Visualizza Chat"
|
||||
className={cn(
|
||||
"flex w-full items-center gap-2 text-neutral-200",
|
||||
user.chatid && "text-neutral-600",
|
||||
"flex w-full items-center gap-2",
|
||||
!user.chatid && "text-neutral-200",
|
||||
)}
|
||||
href={
|
||||
user.chatid
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue