Skip to content

Commit c936be0

Browse files
ci: apply automated fixes
1 parent 003dcd3 commit c936be0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/Navbar.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,8 @@ export function Navbar({ children }: { children: React.ReactNode }) {
655655
}, [])
656656

657657
const getMegaMenuBgElement = React.useCallback(
658-
() => megaMenuRef.current?.querySelector<HTMLElement>('.ts-mega-bg') ?? null,
658+
() =>
659+
megaMenuRef.current?.querySelector<HTMLElement>('.ts-mega-bg') ?? null,
659660
[],
660661
)
661662

0 commit comments

Comments
 (0)