wip migration

This commit is contained in:
Kyle Gill
2019-05-15 17:40:27 -06:00
parent 24a3eb96f2
commit 83b1e6c900
23 changed files with 333 additions and 270 deletions

View File

@@ -38,11 +38,7 @@ const YearCard = styled.div`
class Month extends Component {
render() {
const {
match: {
params: { year, month },
},
} = this.props
const { year, month } = this.props
const currentDay = new Date(year, month - 1)
// include all months unless it's this year