Merge pull request #3220 from frewsxcv/frewsxcv-179CFAFB-167B-46E2-A7D5-091C8ED211F1

Migrate `src/components/Match/EmptyMapSection` to TypeScript.
This commit is contained in:
Seth Peterson
2025-11-14 09:17:44 -06:00
committed by GitHub

View File

@@ -7,9 +7,9 @@ import React from "react";
import { View } from "react-native";
import { useTranslation } from "sharedHooks";
type Props = {
isFetchingLocation: boolean,
handleAddLocationPressed: ( ) => void
interface Props {
isFetchingLocation: boolean;
handleAddLocationPressed: ( ) => void;
}
const EmptyMapSection = ( {