"Application error: a client-side exception has occured"
This commit is contained in:
parent
933701433c
commit
0e8a45e276
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ export function ChatLayout<PropFormat>({
|
|||
<p>Users</p>
|
||||
<div className={styles.Main_List}>
|
||||
{props?.users.map((user) => (<Link
|
||||
href={`/jams/user/${user.id}`}
|
||||
href={`/jams/user/${user?.id}`}
|
||||
className={props.whoami?.id === user.id ? styles.Main_List_CurrentLink : ""}
|
||||
title={`${user.username}@${user.instance}`}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue