diff --git a/packages/hurumap-core/src/LocationTag/LocationTag.js b/packages/hurumap-core/src/LocationTag/LocationTag.js index 0406db1ce..f2e7de035 100644 --- a/packages/hurumap-core/src/LocationTag/LocationTag.js +++ b/packages/hurumap-core/src/LocationTag/LocationTag.js @@ -38,7 +38,7 @@ const LoadingLinearProgress = styled(LinearProgress)(({ theme }) => { }); const LevelTypography = styled("h6", { - // component color and not Typoegraphy color + // component color and not Typography color shouldForwardProp: (prop) => !["color"].includes(prop), })(({ color, theme }) => { const { palette, typography } = theme;