Skip to content

Commit

Permalink
Add 2023 in the years list
Browse files Browse the repository at this point in the history
  • Loading branch information
SafdarJamal committed Jul 13, 2023
1 parent bc1b6e5 commit 0ab4277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Main = ({
forceIsInvalid,
isFetching,
}) => {
const years = [2017, 2018, 2019, 2020, 2021, 2022];
const years = [2017, 2018, 2019, 2020, 2021, 2022, 2023];
const months = [
'January',
'February',
Expand Down

0 comments on commit 0ab4277

Please sign in to comment.