1
0

Fix moderation review page (#3389)

This commit is contained in:
Emma Alexia
2025-03-12 12:53:11 -04:00
committed by GitHub
parent 621ed5fb02
commit 31a001bbc1

View File

@@ -164,7 +164,7 @@ const projectTypes = computed(() => {
return [...set];
});
function segmentData(data, segmentSize = 900) {
function segmentData(data, segmentSize = 800) {
return data.reduce((acc, curr, index) => {
const segment = Math.floor(index / segmentSize);