Fix moderation review page (#3389)
This commit is contained in:
parent
621ed5fb02
commit
31a001bbc1
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user