fix(ops): interpolera varumärke i wall board från brand.config.json

This commit is contained in:
Sven (AAMOS AI)
2026-08-11 02:47:25 +07:00
parent 335cfe0bf6
commit 33b0a8267b
2 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -588,7 +588,7 @@ export function buildWall(summary: OpsSummary): OpsWallBlock {
];
return {
boards: [{ title: "Cibello", tiles }],
boards: [{ title: "{brand}", tiles }],
};
}