mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 08:43:50 +02:00
fix: cannot read properties of undefined
This commit is contained in:
@@ -227,6 +227,9 @@ function userImage(
|
||||
* @returns {string|*}
|
||||
*/
|
||||
function userImageFull(user) {
|
||||
if (!user) {
|
||||
return '';
|
||||
}
|
||||
const appAppearanceSettingsStore = useAppearanceSettingsStore();
|
||||
if (
|
||||
appAppearanceSettingsStore.displayVRCPlusIconsAsAvatar &&
|
||||
|
||||
Reference in New Issue
Block a user