Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Sep 8, 2023
1 parent d087982 commit 85a52d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/ui/src/components/Chat/ChatSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ import SettingIcon from './assets/setting.svg'
export const ChatSection = () => {
const userName = useHookstate(getMutableState(AuthState).user.name).value

console.log(userName)
const userThumbnail = useUserAvatarThumbnail(Engine.instance.userId)
const userThumbnail = useUserAvatarThumbnail(Engine.instance.userID)

const [checked, setChecked] = useState<boolean>(false)

Expand Down

0 comments on commit 85a52d1

Please sign in to comment.