We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a1490 commit cc0adb5Copy full SHA for cc0adb5
src/components/Charts.js
@@ -16,7 +16,7 @@ export default class Charts extends Component {
16
const { data, isLoading } = this.props;
17
const result = data.map((dataItem) => {
18
return {
19
- date: dataItem.day,
+ date: dataItem.day.slice(5),
20
...dataItem.summary,
21
confirmed: dataItem.summary.total,
22
active:
0 commit comments