Skip to content

Commit

Permalink
fix(heuristics): displayed heuristic comment img on heuristic analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinePistili committed Apr 24, 2024
1 parent 893425e commit 3cd36ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/organisms/HeuristicsAnalytics.vue
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@
<v-card-text>{{
result[questionSelect].heuristicComment
}}</v-card-text>
<v-card-img v-if="result[questionSelect].answerImageUrl ">
<img height="200" :src="result[questionSelect].answerImageUrl " />
</v-card-img>
</v-card>
</v-timeline-item>
</div>
Expand Down

0 comments on commit 3cd36ca

Please sign in to comment.