Remove extra emoji

This commit is contained in:
2023-04-23 13:18:02 +07:00
parent 6ddbe3a0ee
commit be00264f1a
+1 -1
View File
@@ -196,7 +196,7 @@ export default class VRChatUser {
if (tags.includes('system_trust_trusted')) return 'Known User';
if (tags.includes('system_trust_known')) return 'User';
if (tags.includes('system_trust_basic')) return 'New User';
return '🤍 Visitor';
return 'Visitor';
}
private static getExtraRanks(tags: string[]) {