mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 05:46:07 +02:00
Fix
This commit is contained in:
@@ -263,7 +263,7 @@
|
|||||||
<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>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user