mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-28 03:03:47 +02:00
Random fixes
This commit is contained in:
@@ -758,7 +758,7 @@ export const useUserStore = defineStore('User', () => {
|
||||
* @param {string} userId
|
||||
*/
|
||||
function showUserDialog(userId) {
|
||||
if (!userId) {
|
||||
if (!userId || typeof userId !== 'string') {
|
||||
return;
|
||||
}
|
||||
const D = userDialog.value;
|
||||
|
||||
Reference in New Issue
Block a user