1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix minor syntax issue

Signed-off-by: Alex Culliere <alozhkin@mirantis.com>
This commit is contained in:
Alex Culliere 2021-03-19 16:35:09 +02:00
parent 58fc09b948
commit 710ea35774

View File

@ -28,7 +28,7 @@ export const MainLayoutHeader = observer(({ cluster, className }: Props) => {
</MenuItem> </MenuItem>
) )
} }
</MenuActions>; </MenuActions>);
return ( return (
<header className={cssNames("flex gaps align-center justify-space-between", className)}> <header className={cssNames("flex gaps align-center justify-space-between", className)}>