diff --git a/app/assets/javascripts/wizard/components/homepage-preview.js b/app/assets/javascripts/wizard/components/homepage-preview.js index c0de35c55aa..4e61aac8b13 100644 --- a/app/assets/javascripts/wizard/components/homepage-preview.js +++ b/app/assets/javascripts/wizard/components/homepage-preview.js @@ -429,7 +429,7 @@ export default createPreviewComponent(659, 320, { ctx.font = `${bodyFontSize}em 'Arial'`; for (let j = 2; j <= 4; j++) { ctx.fillText( - j === 5 ? "1h" : Math.floor(Math.random() * 90) + 10, + j === 4 ? "1h" : Math.floor(Math.random() * 90) + 10, cols[j] + margin, y + rowHeight * 0.6 );