Skip to content

Commit

Permalink
Updated the Omit utility declaration to include "titleLink" when defi…
Browse files Browse the repository at this point in the history
…ning the type for the Navbar component to resolve build issues being reported.
  • Loading branch information
anilnatha committed Aug 7, 2024
1 parent c962a8e commit 295eb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Navbar = ({
navItems,
subTitle,
subTitleLink,
}: Omit<HeaderProps, "title">) => {
}: Omit<HeaderProps, "title" | "titleLink">) => {
const [elList, setElList] = useState(
Array<{
id: number;
Expand Down

0 comments on commit 295eb03

Please sign in to comment.