diff --git a/packages/ui/src/components/Chat/ChatSection.tsx b/packages/ui/src/components/Chat/ChatSection.tsx index a57b3026f8..33fcfd837e 100644 --- a/packages/ui/src/components/Chat/ChatSection.tsx +++ b/packages/ui/src/components/Chat/ChatSection.tsx @@ -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(false)