it just keeps 🧹 -ing

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-08-18 16:58:54 +02:00
parent d461eca145
commit ef9ab322de
55 changed files with 193 additions and 302 deletions
@@ -47,9 +47,7 @@ const useStyles = makeStyles(theme => ({
* Please use the Tech Docs add-ons to customize it
* @public
*/
export const TechDocsReaderPageSubheader = ({
toolbarProps,
}: {
export const TechDocsReaderPageSubheader = (props: {
toolbarProps?: ToolbarProps;
}) => {
const classes = useStyles();
@@ -81,7 +79,7 @@ export const TechDocsReaderPageSubheader = ({
if (entityMetadataLoading === false && !entityMetadata) return null;
return (
<Toolbar classes={classes} {...toolbarProps}>
<Toolbar classes={classes} {...props.toolbarProps}>
<Box
display="flex"
justifyContent="flex-end"