storing changes, starting history list
This commit is contained in:
@@ -9,7 +9,9 @@ type SightingFeedContextType = {
|
||||
mostRecent: SightingWidgetType | null;
|
||||
side: string;
|
||||
selectedSighting: SightingType | null;
|
||||
setSelectedSighting: (sighting: SightingType | null) => void;
|
||||
setSelectedSighting: (
|
||||
sighting: SightingType | SightingWidgetType | null
|
||||
) => void;
|
||||
setSightingModalOpen: (isSightingModalOpen: boolean) => void;
|
||||
isSightingModalOpen: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user