mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-30 04:03:48 +02:00
fix: debug with type error checks
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
}
|
||||
|
||||
if (Array.isArray(props.avatartags)) {
|
||||
avatarTags.value = props.avatartags.map((tag) => tag.replace('content_', '')).join(', ');
|
||||
avatarTags.value = props.avatartags.map((tag) => String(tag).replace('content_', '')).join(', ');
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user