This commit is contained in:
pa
2025-11-15 17:52:38 +09:00
committed by Natsumi
parent 40851d9d08
commit bc012f721e

View File

@@ -262,7 +262,7 @@
<span style="cursor: pointer" @click="showUserDialog(scope.row.userId)">
<span
v-if="randomUserColours"
:style="{ color: scope.row.user.$userColour }"
:style="{ color: scope.row.user?.$userColour }"
v-text="scope.row.user.displayName"></span>
<span v-else v-text="scope.row.user?.displayName"></span>
</span>