You've already forked AstralRinth
forked from didirus/AstralRinth
Fix moderation review page (#3389)
This commit is contained in:
@@ -164,7 +164,7 @@ const projectTypes = computed(() => {
|
|||||||
return [...set];
|
return [...set];
|
||||||
});
|
});
|
||||||
|
|
||||||
function segmentData(data, segmentSize = 900) {
|
function segmentData(data, segmentSize = 800) {
|
||||||
return data.reduce((acc, curr, index) => {
|
return data.reduce((acc, curr, index) => {
|
||||||
const segment = Math.floor(index / segmentSize);
|
const segment = Math.floor(index / segmentSize);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user