UX: Fix activity column display in wizard homepage step
Followup to f8f281cdad
, thanks @jjafeux
This commit is contained in:
parent
a41476800b
commit
a98182debf
|
@ -429,7 +429,7 @@ export default createPreviewComponent(659, 320, {
|
||||||
ctx.font = `${bodyFontSize}em 'Arial'`;
|
ctx.font = `${bodyFontSize}em 'Arial'`;
|
||||||
for (let j = 2; j <= 4; j++) {
|
for (let j = 2; j <= 4; j++) {
|
||||||
ctx.fillText(
|
ctx.fillText(
|
||||||
j === 5 ? "1h" : Math.floor(Math.random() * 90) + 10,
|
j === 4 ? "1h" : Math.floor(Math.random() * 90) + 10,
|
||||||
cols[j] + margin,
|
cols[j] + margin,
|
||||||
y + rowHeight * 0.6
|
y + rowHeight * 0.6
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue