Skip to content

Commit

Permalink
fix: heuristic answer tab view
Browse files Browse the repository at this point in the history
Signed-off-by: FernandaCasali <[email protected]>
  • Loading branch information
FernandaCasali committed Apr 19, 2024
1 parent 33975d3 commit 2f0250d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/components/organisms/HeuristicsTestAnswer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,7 @@

<!-- Tab 3 - Heuristics-->
<v-card v-if="tab == 2" rounded="xl" flat class="mb-6 py-2" style="background: #f5f7ff">
<v-card
v-if="evaluatorStatistics.items.length <= 1"
class="mx-auto mt-10 mb-10 py-6 if-card"
align="center"
width="970px"
>
This page needs more than 1 answer to be generated.
</v-card>
<div v-else>
<div>
<v-card-title class="subtitleView">
Heuristics Data
</v-card-title>
Expand Down

0 comments on commit 2f0250d

Please sign in to comment.