MOB-722 correct indent

This commit is contained in:
sepeterson
2025-12-08 11:31:53 -06:00
parent cbbe02622f
commit 26f9e9f169

View File

@@ -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;