mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-09 15:06:15 -05: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 = ({
|
||||
|
||||
@@ -270,6 +270,7 @@ const defaultTestProps = {
|
||||
isQaCertV7: false,
|
||||
isInfosecCertV7: false,
|
||||
isJsAlgoDataStructCert: false,
|
||||
isJsAlgoDataStructCertV8: false,
|
||||
isRespWebDesignCert: false,
|
||||
isSciCompPyCertV7: false,
|
||||
isDataAnalysisPyCertV7: false,
|
||||
|
||||
Reference in New Issue
Block a user