mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Merge pull request #3220 from frewsxcv/frewsxcv-179CFAFB-167B-46E2-A7D5-091C8ED211F1
Migrate `src/components/Match/EmptyMapSection` to TypeScript.
This commit is contained in:
@@ -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 = ( {
|
||||
Reference in New Issue
Block a user