mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
MOB-722 correct indent
This commit is contained in:
@@ -47,10 +47,10 @@ interface ImageParamsType {
|
||||
}
|
||||
|
||||
interface NavParams {
|
||||
id?: number | string;
|
||||
firstPhotoID?: number | string;
|
||||
representativePhoto?: { isRepresentativeButOtherTaxon?: boolean; id?: number | string };
|
||||
}
|
||||
id?: number | string;
|
||||
firstPhotoID?: number | string;
|
||||
representativePhoto?: { isRepresentativeButOtherTaxon?: boolean; id?: number | string };
|
||||
}
|
||||
|
||||
interface StateType {
|
||||
onlineFetchStatus: string;
|
||||
|
||||
Reference in New Issue
Block a user