fix: repair frontend production build regressions

This commit is contained in:
cesnimda
2026-03-22 20:36:02 +01:00
parent d3a79f823b
commit 6d9c278f40
8 changed files with 45 additions and 84 deletions
+1
View File
@@ -31,6 +31,7 @@ export type NavItem = {
icon: React.ReactNode;
hidden?: boolean;
section?: string;
badgeCount?: number;
};
function initialsFrom(s?: string) {