Skip to content

Commit a9f9bdc

Browse files
committed
min 100 stories
1 parent 9dc74fd commit a9f9bdc

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/screens/App/screens/AllStories

1 file changed

+1
-1
lines changed

frontend/src/screens/App/screens/AllStories/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default function Outtakes({
5959

6060
isLoading.current = true;
6161

62-
return getAllStories(Math.max(pageSize, 1), nextToken.current)
62+
return getAllStories(Math.max(pageSize, 100), nextToken.current)
6363
.then((data) => handleNewPage(data))
6464
.finally(() => {
6565
isLoading.current = false;

0 commit comments

Comments
 (0)