fix(client): missing test prop + incorrect type (#58553)

This commit is contained in:
Oliver Eyton-Williams
2025-02-03 20:30:15 +01:00
committed by GitHub
parent 4c7b0d2372
commit a6529e9cd2
2 changed files with 2 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ type UniversalNavProps = {
yearsTopContributor: string[];
};
fetchState: { pending: boolean };
searchBarRef?: React.RefObject<HTMLDivElement>;
searchBarRef: React.RefObject<HTMLDivElement>;
pathname: string;
};
const UniversalNav = ({