Changed optional parameter name to allow for more generic uses

This commit is contained in:
David J Sykes
2020-07-30 16:57:38 +01:00
parent 343b922e8f
commit cc905069d1
2 changed files with 4 additions and 4 deletions
@@ -22,7 +22,7 @@ export const TechDocsNotFound = () => {
<ErrorPage
status="404"
statusMessage="Documentation not found"
docPath={window.location.pathname}
additionalInfo={window.location.pathname}
/>
);
};