Merge pull request #16659 from agentbellnorm/techdocs/remove-warnings

[TechDocs] remove warnings
This commit is contained in:
Morgan Bentell
2023-03-20 14:43:11 +01:00
committed by GitHub
74 changed files with 226 additions and 142 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
"@backstage/theme": "workspace:^",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
"@material-ui/lab": "4.0.0-alpha.61",
"@material-ui/styles": "^4.10.0",
"dompurify": "^2.2.9",
"event-source-polyfill": "1.0.25",
@@ -107,7 +107,7 @@ export const TechDocsReaderPageSubheader = (props: {
onClose={handleClose}
keepMounted
>
{settingsAddons}
<div>{settingsAddons}</div>
</Menu>
</>
) : null}