Skip to content

Commit

Permalink
Merge pull request stopcovid19-okayama#918 from tokyo-metropolitan-go…
Browse files Browse the repository at this point in the history
…v/development

検査陽性者の状況の更新日付を検査実施数の日付を参照するよう変更
  • Loading branch information
halsk authored Mar 9, 2020
2 parents c8984ca + b8b4073 commit 155d404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<svg-card
title="検査陽性者の状況"
:title-id="'details-of-confirmed-cases'"
:date="headerItem.date"
:date="Data.inspections_summary.date"
>
<confirmed-cases-table v-bind="confirmedCases" />
</svg-card>
Expand Down

0 comments on commit 155d404

Please sign in to comment.