This commit is contained in:
Natsumi
2025-11-16 14:24:13 +11:00
parent 53e1bb0e75
commit 7dcc344115

View File

@@ -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>