use div insted of span because it's not allowed

Signed-off-by: Morgan Bentell <mbentell@spotify.com>
This commit is contained in:
Morgan Bentell
2023-03-01 15:45:23 +01:00
parent 8e00acb28d
commit e73da4a0a9
2 changed files with 2 additions and 1 deletions
@@ -107,7 +107,7 @@ export const TechDocsReaderPageSubheader = (props: {
onClose={handleClose}
keepMounted
>
<span>{settingsAddons}</span>
<div>{settingsAddons}</div>
</Menu>
</>
) : null}