Skip to content

Commit 7cf264e

Browse files
committed
Fix data
1 parent 4dbfa67 commit 7cf264e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/mutations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default {
8080
recovered_count: recovered_count,
8181
recovered_history: sortDate(recovered_locations.history),
8282
dead_count: dead_count,
83-
dead_history: sortDate(recovered_locations.history),
83+
dead_history: sortDate(dead_locations.history),
8484
last_update: lastUpdate(location.history)
8585
},
8686
geometry: {

0 commit comments

Comments
 (0)