Skip to content

Commit

Permalink
show sos after all graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaLRussell committed Jul 31, 2024
1 parent 2859341 commit 2c5d328
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/static/src/app/components/run/RunTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
:linked-x-axis="xAxis"
@updateXAxis="updateXAxis"
>
<div v-if="sumOfSquares">
<span>Sum of squares: {{ sumOfSquares }}</span>
</div>
</run-plot>
</template>
<div v-if="sumOfSquares">
<span>Sum of squares: {{ sumOfSquares }}</span>
</div>
<error-info :error="error"></error-info>
<div>
<button
Expand Down

0 comments on commit 2c5d328

Please sign in to comment.