Bill Bot 1
This commit is contained in:
@@ -7,7 +7,7 @@ interface FoodContextType {
|
||||
stalls: Stall[];
|
||||
isLoading: boolean;
|
||||
error: string | null;
|
||||
refreshData: () => Promise<void>;
|
||||
refreshData: (silent?: boolean) => Promise<void>;
|
||||
}
|
||||
|
||||
const FoodContext = createContext<FoodContextType | undefined>(undefined);
|
||||
|
||||
Reference in New Issue
Block a user