Skip to content

Commit

Permalink
Fixes bug in the case report receipt card UI component (#3867)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvilanova authored Oct 11, 2023
1 parent ba15aee commit 01ceadc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<v-list-item-content>
<v-list-item-title>Assignee</v-list-item-title>
<v-list-item-subtitle>
{{ assignee.email }}
{{ assignee.individual.name }}, {{ assignee.team }}
</v-list-item-subtitle>
</v-list-item-content>
</v-list-item>
Expand Down

0 comments on commit 01ceadc

Please sign in to comment.