Skip to content

Commit

Permalink
Merge pull request #439 from ruxailab/CooperatorsModerated
Browse files Browse the repository at this point in the history
feat: now email is appearing on individual answers
  • Loading branch information
jvJUCA authored Apr 16, 2024
2 parents 4485c11 + 470bd1e commit e976d93
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/components/organisms/UserAnalytics.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@

<!-- Answer List -->
<v-col class="ma-0 pa-1 answer-list" cols="9">
<v-data-table
:headers="dataHeaders"
:items="taskAnswers"
item-key="userDocId"
>
<v-data-table :headers="dataHeaders" :items="taskAnswers">
<template v-slot:item.userDocId="{ item }">
<span>{{ getCooperatorEmail(item.userDocId) }}</span>
</template>
<template v-slot:item.actions="{ item }">
<v-btn color="orange" text @click="viewAnswers(item)">
Show Answers
Expand Down

0 comments on commit e976d93

Please sign in to comment.