🔽 Downloads section building out

This commit is contained in:
2022-07-30 21:38:56 -07:00
parent f146dfdd0b
commit 580d19e8a4
5 changed files with 81 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ export const PullList = ({ issues }: PullListProps): ReactElement => {
useEffect(() => {
dispatch(
getWeeklyPullList({
startDate: "2022-7-29",
startDate: "2022-8-9",
pageSize: "15",
currentPage: "1",
}),