Merge pull request #11959 from tatehanawalt/patch-1

Remove undefined container className property
This commit is contained in:
Fredrik Adelöw
2022-06-21 14:21:55 +02:00
committed by GitHub
+1 -1
View File
@@ -157,7 +157,7 @@ export const HomePage = () => {
return (
<Grid container spacing={3}>
<Grid item xs={12} md={4}>
<HomePageCompanyLogo className={container} />
<HomePageCompanyLogo />
</Grid>
</Grid>
);