Merge branch 'develop' into feature/MED-129
This commit is contained in:
@@ -32,7 +32,6 @@ export const BookingProvider: React.FC<{
|
||||
const [locations, setLocations] = useState<Location[] | null>(null);
|
||||
const [isLoadingTimeSlots, setIsLoadingTimeSlots] = useState(false);
|
||||
|
||||
|
||||
useEffect(() => {
|
||||
let metadataServiceIds = [];
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user