mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
fix
This commit is contained in:
@@ -262,7 +262,7 @@
|
|||||||
<span style="cursor: pointer" @click="showUserDialog(scope.row.userId)">
|
<span style="cursor: pointer" @click="showUserDialog(scope.row.userId)">
|
||||||
<span
|
<span
|
||||||
v-if="randomUserColours"
|
v-if="randomUserColours"
|
||||||
:style="{ color: scope.row.user.$userColour }"
|
:style="{ color: scope.row.user?.$userColour }"
|
||||||
v-text="scope.row.user.displayName"></span>
|
v-text="scope.row.user.displayName"></span>
|
||||||
<span v-else v-text="scope.row.user?.displayName"></span>
|
<span v-else v-text="scope.row.user?.displayName"></span>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user