Skip to content

Commit 589a331

Browse files
committed
Initial date shift
1 parent 3927502 commit 589a331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CleanTurns.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import data from '../data';
33

4-
const initialDate = '2020-10-04';
4+
const initialDate = '2020-10-11';
55

66
const CleanTurns = ({ date }) => {
77
const {

0 commit comments

Comments
 (0)