Skip to content

Commit

Permalink
sheet_raw_data_from_api_display_increased_to_60
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg authored Feb 19, 2025
1 parent 8eebca5 commit aa63b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/CommunityPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ CommunityPage.propTypes = {

const RecentlyPublished = ({multiPanel, toggleSignUpModal}) => {
const options = {};
const pageSize = 16;
const pageSize = 60;
const [nSheetsLoaded, setNSheetsLoded] = useState(0);
// Start with recent sheets in the cache, if any
const [recentSheets, setRecentSheets] = useState(Sefaria.sheets.publicSheets(0, pageSize, options));
Expand Down

0 comments on commit aa63b64

Please sign in to comment.