Skip to content

Commit

Permalink
fix: add year 2020 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
yss14 authored Feb 10, 2020
1 parent 882d171 commit 75ffc28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const SheetListComp: React.FunctionComponent<ISheetListProps> = ({ dispatch, she
</Fab>
</React.Fragment>}
{isCreatingSheet && <LoadingSpinner />}
<ExportDialog open={showExportDialog} onClose={() => setShowExportDialog(false)} years={[2018, 2019]} />
<ExportDialog open={showExportDialog} onClose={() => setShowExportDialog(false)} years={[2018, 2019, 2020]} />
</React.Fragment>
);
}
Expand Down

0 comments on commit 75ffc28

Please sign in to comment.