Invite and Session API/Services; Home view; Sidebar Items; Modals
This commit is contained in:
parent
280158470a
commit
e36587b99d
80 changed files with 1343 additions and 71 deletions
|
|
@ -6,7 +6,7 @@ const Message: Component<IMessageProps> = (props: IMessageProps) => {
|
|||
<li class="list-row p-3 hover:bg-stone-700">
|
||||
<div
|
||||
class="avatar cursor-pointer"
|
||||
onClick={() => props.onProfileClick(props.userId)}
|
||||
onClick={() => props.onProfileClick?.(props.userId)}
|
||||
>
|
||||
<div class="w-10 rounded-full">
|
||||
<img src={props.avatar} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue