Skip to content

Commit

Permalink
fix(R214): GTDB R214 stats page - hide RED until ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmussig committed Apr 26, 2023
1 parent bd89199 commit db34121
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pages/stats/r214.vue
Original file line number Diff line number Diff line change
Expand Up @@ -394,13 +394,13 @@
intervals for normalizing taxa at taxonomic ranks was operationally defined as the median RED value
(indicated by a blue bar) at each rank ±0.1 (indicated by grey bars).

<v-switch
v-if="$vuetify.breakpoint.mdAndUp"
v-model="showRedAsD3"
:label="`Interactive: ${showRedAsD3.toString()}`"
color="blue"
inset
></v-switch>
<!-- <v-switch-->
<!-- v-if="$vuetify.breakpoint.mdAndUp"-->
<!-- v-model="showRedAsD3"-->
<!-- :label="`Interactive: ${showRedAsD3.toString()}`"-->
<!-- color="blue"-->
<!-- inset-->
<!-- ></v-switch>-->
<template v-if="showRedAsD3">
<REDr214></REDr214>
</template>
Expand Down

0 comments on commit db34121

Please sign in to comment.