Skip to content

Commit 8a2ec2a

Browse files
committed
Disabled recovery, will soon add Testing (CSSEGISandData/COVID-19#1250)
1 parent 01e14d7 commit 8a2ec2a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

components/Latest/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/>
2626
</span>
2727
</li>
28-
<li>
28+
<!-- <li>
2929
<span class="icon icon--recovered">
3030
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="24" height="24" viewBox="0 0 172 172" style=" fill:#000000;" data-v-691393b9=""><g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal" data-v-691393b9=""><path d="M0,172v-172h172v172z" fill="none" data-v-691393b9=""></path><g fill="#ffffff" data-v-691393b9=""><path d="M86,103.30033l-33.7335,-33.7335l10.13367,-10.13367l23.59983,23.59983l54.58133,-54.58133c-6.34967,-4.37883 -14.03233,-6.95167 -22.33133,-6.95167c-20.7475,0 -32.25,14.97833 -32.25,14.97833c0,0 -11.5025,-14.97833 -32.25,-14.97833c-21.77233,0 -39.41667,17.64433 -39.41667,39.41667c0,29.89217 35.20267,58.85983 45.01383,68.01167c11.30183,10.535 26.65283,24.08 26.65283,24.08c0,0 15.351,-13.545 26.65283,-24.08c9.81117,-9.15183 45.01383,-38.1195 45.01383,-68.01167c0,-8.299 -2.57283,-15.98167 -6.95167,-22.33133z" data-v-691393b9=""></path></g></g></svg>
3131
</span>
@@ -36,7 +36,7 @@
3636
:duration="duration"
3737
/>
3838
</span>
39-
</li>
39+
</li> -->
4040
</ul>
4141
</div>
4242
</template>

components/Map/index.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@ export default {
120120
<span>Confirmed</span>
121121
<span class="value">${cc}</span>
122122
</div>
123-
<div class="popup_item item_recovered">
124-
<span>Recovered</span>
125-
<span class="value">${rc}</span>
126-
</div>
127123
<div class="popup_item item_dead">
128124
<span>Dead</span>
129125
<span class="value">${dc}</span>
130126
</div>
127+
<!-- <div class="popup_item item_recovered">
128+
<span>Recovered</span>
129+
<span class="value">${rc}</span>
130+
</div> -->
131131
</div>
132132
`)
133133
.addTo(map)

components/Overview/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<p>Mortality Rate</p>
2323
<p class="percentage">{{ result.mortality_rate }}%</p>
2424
</li>
25-
<li class="rates rates--recovered">
25+
<!-- <li class="rates rates--recovered">
2626
<p>Recovered Rate</p>
2727
<p class="percentage">{{ result.recovered_rate }}%</p>
28-
</li>
28+
</li> -->
2929
</ul>
3030
</div>
3131
<div class="section chart">

0 commit comments

Comments
 (0)