diff --git a/src/components/Match/MatchContainer.tsx b/src/components/Match/MatchContainer.tsx index b12e0715e..169db9eb0 100644 --- a/src/components/Match/MatchContainer.tsx +++ b/src/components/Match/MatchContainer.tsx @@ -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;