Skip to content

Commit 940a653

Browse files
Fix MapSection Panels
1 parent bc26fc9 commit 940a653

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/MapSection.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ class MapSection extends Component {
6565
deaths: "NA",
6666
recovered: "NA",
6767
active: "NA",
68+
changed: {
69+
title: "",
70+
confirmed: "-",
71+
deaths: "-",
72+
recovered: "-",
73+
active: "-",
74+
},
6875
});
6976
}
7077
}

0 commit comments

Comments
 (0)