diff --git a/apps/promenu/bootb2.ts b/apps/promenu/bootb2.ts index 19f685549..ee4e05cf9 100644 --- a/apps/promenu/bootb2.ts +++ b/apps/promenu/bootb2.ts @@ -80,6 +80,7 @@ type ActualMenuItem = Exclude; v = "format" in item ? (item.format as any)(item.value) // format(), value: T : item.value; + if (typeof v !== "string") v = `${v}`; } else { v = ""; }