Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
update TestedCases change update data source
Browse files Browse the repository at this point in the history
  • Loading branch information
macropygia committed Mar 19, 2020
1 parent d3fa346 commit 64723b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/cards/TestedCasesDetailsCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<tested-cases-card
:title="$t('検査実施状況')"
:title-id="'details-of-tested-cases'"
:date="Data.inspections_summary.date"
:date="Data.inspection_status_summary.date"
>
<tested-cases-table
:aria-label="$t('検査実施状況')"
Expand Down
2 changes: 1 addition & 1 deletion pages/cards/_card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default {
break
case 'details-of-tested-cases':
title = this.$t('検査実施状況')
updatedAt = Data.inspections_summary.date
updatedAt = Data.inspection_status_summary.date
break
case 'number-of-confirmed-cases':
title = this.$t('陽性患者数')
Expand Down

0 comments on commit 64723b5

Please sign in to comment.