From ed0a99e3fedcf455cec7fc062cc34848f9a97b90 Mon Sep 17 00:00:00 2001 From: Kipruto <43873157+kelvinkipruto@users.noreply.github.com> Date: Mon, 15 Jul 2024 10:04:16 +0300 Subject: [PATCH] Fix typo Signed-off-by: Kipruto <43873157+kelvinkipruto@users.noreply.github.com> --- packages/hurumap-core/src/LocationTag/LocationTag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;