review comments

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-02-07 13:36:30 +01:00
parent b04ef1e425
commit 9033775d39
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': patch
---
Deprecated the `EntityPageLayout`; please use the new extension based `CatalogEntityPage` instead
@@ -55,8 +55,8 @@ const useStyles = makeStyles(theme => ({
function TabPanel(props: {
children?: React.ReactNode;
index: any;
value: any;
index: number;
value: number;
}) {
const { children, value, index, ...other } = props;
const classes = useStyles();