code quality improvements and improved file error handling
This commit is contained in:
@@ -12,6 +12,8 @@ type SightingFeedContextType = {
|
||||
setSelectedSighting: (sighting: SightingType | SightingType | null) => void;
|
||||
setSightingModalOpen: (isSightingModalOpen: boolean) => void;
|
||||
isSightingModalOpen: boolean;
|
||||
isError: boolean;
|
||||
isLoading: boolean;
|
||||
};
|
||||
|
||||
export const SightingFeedContext = createContext<
|
||||
|
||||
Reference in New Issue
Block a user