You've already forked pages
forked from didirus/AstralRinth
Fix moderation review page (#3389)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user