Skip to content

Commit

Permalink
Adding anonymous for participant if null
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 committed Oct 9, 2023
1 parent f550c65 commit a296881
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
v-if="item.individual"
:participant="convertToParticipant(item.individual)"
/>
<span v-else>(anonymous)</span>
</template>
<template #item.created_at="{ item }">
<v-tooltip bottom>
Expand Down

0 comments on commit a296881

Please sign in to comment.