Ver a proveniência

Fix: Should return rowSize instead of 7

pull/169/head
winkidney há 5 anos
committed by Isaac Bythewood
ascendente
cometimento
2010224599
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      pinry/static/js/vue/main.js

+ 1
- 1
pinry/static/js/vue/main.js Ver ficheiro

@@ -99,7 +99,7 @@ Vue.component('pin', {
index = index + 1;
var rowNumber = Math.floor(index % rowSize);
if (rowNumber === 0) {
return 7;
return rowSize;
}
return rowNumber;
}


Carregando…
Cancelar
Guardar