diff --git a/javascript/components/MapView.tsx b/javascript/components/MapView.tsx index 857abc16f..a2735ec1e 100644 --- a/javascript/components/MapView.tsx +++ b/javascript/components/MapView.tsx @@ -760,7 +760,7 @@ const MapView = memo( }; const contentInsetValue = useMemo(() => { - if (!props.contentInset) { + if (props.contentInset === undefined) { return; }