diff --git a/src/pages/auth/modules/BaseHeader.tsx b/src/pages/auth/modules/BaseHeader.tsx index 9b4916e..52fd8d2 100644 --- a/src/pages/auth/modules/BaseHeader.tsx +++ b/src/pages/auth/modules/BaseHeader.tsx @@ -55,7 +55,7 @@ export const BaseHeader = (props: { main?: React.ComponentType | null }) => { { store.links.map(link => (
{ if (!link.href) return; if (link.href.startsWith('http') || link.isRoot) {