mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-10 15:03:12 -04:00
fix(client): missing test prop + incorrect type (#58553)
This commit is contained in:
committed by
GitHub
parent
4c7b0d2372
commit
a6529e9cd2
@@ -30,7 +30,7 @@ type UniversalNavProps = {
|
||||
yearsTopContributor: string[];
|
||||
};
|
||||
fetchState: { pending: boolean };
|
||||
searchBarRef?: React.RefObject<HTMLDivElement>;
|
||||
searchBarRef: React.RefObject<HTMLDivElement>;
|
||||
pathname: string;
|
||||
};
|
||||
const UniversalNav = ({
|
||||
|
||||
Reference in New Issue
Block a user