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

@@ -31,11 +31,7 @@ const MonthCard = styled.div`
class Year extends Component {
render() {
const {
match: {
params: { year },
},
} = this.props
const { year } = this.props
const currentDate = new Date(year, 0, 1)
// include all months unless it's this year