FIX: Homepage preview category names were broken
This commit is contained in:
parent
11fb5ac5d3
commit
c03d6919be
|
@ -413,7 +413,7 @@ export default class HomepagePreview extends PreviewBaseComponent {
|
|||
|
||||
ctx.fillStyle = colors.primary;
|
||||
ctx.fillText(
|
||||
category.displayName,
|
||||
category.name,
|
||||
cols[0] + badgeSize * 2,
|
||||
y + rowHeight * 0.73
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue