diff --git a/components/ConfirmedCasesTable.vue b/components/ConfirmedCasesTable.vue
index 8f2c335bffce4..efb287a14731c 100644
--- a/components/ConfirmedCasesTable.vue
+++ b/components/ConfirmedCasesTable.vue
@@ -8,7 +8,7 @@
({{ $t('累計') }})
{{ 累計 }}
- {{ $t('件.tested') }}
+ {{ $t('人') }}
@@ -19,7 +19,7 @@
{{ $t('入院中') }}
{{ 入院中 }}
- {{ $t('件.tested') }}
+ {{ $t('人') }}
@@ -30,7 +30,7 @@
{{ $t('死亡') }}
{{ 死亡 }}
- {{ $t('件.tested') }}
+ {{ $t('人') }}
@@ -41,7 +41,7 @@
{{ $t('退院') }}
{{ 退院 }}
- {{ $t('件.tested') }}
+ {{ $t('人') }}
diff --git a/components/TimeChart.vue b/components/TimeChart.vue
index 1c670bbe80671..000e53606bcff 100644
--- a/components/TimeChart.vue
+++ b/components/TimeChart.vue
@@ -48,7 +48,7 @@
/>
-
+
'block' | 'none'
isTransition: () => boolean
isCumulative: () => boolean
- isTOS: () => boolean
}
type Computed = {
@@ -546,9 +545,6 @@ const options: ThisTypedComponentOptionsWithRecordProps<
},
isCumulative() {
return this.dataKind === 'cumulative'
- },
- isTOS() {
- return location.href === 'https://www.tostv.jp/emergency/'
}
},
mounted() {