This commit is contained in:
Natsumi
2025-11-16 14:24:13 +11:00
parent 53e1bb0e75
commit 7dcc344115
@@ -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>