Skip to content

Commit da2ccea

Browse files
authored
Merge pull request #1389 from topcoder-platform/PS-490
[HOTFIX] - PS-490
2 parents 95887b1 + f42d5c5 commit da2ccea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/review/src/lib/hooks/useFetchChallengeSubmissions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function useFetchChallengeSubmissions(
4040
Error
4141
>(`reviewBaseUrl/submissions/${challengeId}`, {
4242
fetcher: async () => {
43-
const results = await fetchSubmissions(1, 50, challengeId ?? '')
43+
const results = await fetchSubmissions(1, 100, challengeId ?? '')
4444
return results
4545
},
4646
isPaused: () => !challengeId,

0 commit comments

Comments
 (0)