From 572fddb72f6936454934c0d7f4192e06ce426788 Mon Sep 17 00:00:00 2001 From: Jon Cursi Date: Thu, 7 Mar 2024 14:26:53 -0400 Subject: [PATCH] docs: Fix comment typo --- src/components/Map/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Map/index.tsx b/src/components/Map/index.tsx index 809bcf426..6940ea65a 100644 --- a/src/components/Map/index.tsx +++ b/src/components/Map/index.tsx @@ -300,8 +300,8 @@ export const Map: React.FC = ({ /> {data && ( - {/* fix for TS complaings about the incompatibility of layerProps and dataLayer, even though - dataLayer is one of the multiple types accepted by layerProps */} + {/* Fix for TS complaining about the incompatibility of layerProps and dataLayer, even though + dataLayer is one of the multiple types accepted by layerProps. */} {layerProps ? : } {layers}