mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 13:53:52 +02:00
Fix
This commit is contained in:
@@ -263,7 +263,7 @@
|
||||
<span
|
||||
v-if="randomUserColours"
|
||||
: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>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user