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
|
<Link
|
||||||
aria-label="Visualizza Chat"
|
aria-label="Visualizza Chat"
|
||||||
className={cn(
|
className={cn(
|
||||||
"flex w-full items-center gap-2 text-neutral-200",
|
"flex w-full items-center gap-2",
|
||||||
user.chatid && "text-neutral-600",
|
!user.chatid && "text-neutral-200",
|
||||||
)}
|
)}
|
||||||
href={
|
href={
|
||||||
user.chatid
|
user.chatid
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue