🖼️ Relocating screenshots #70

Merged
rishighan merged 4 commits from relocating-screenshots into master 2023-03-15 18:04:50 +00:00
Showing only changes of commit b929840a96 - Show all commits

View File

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