Commit 7e996063 authored by Omar Luna Hernández's avatar Omar Luna Hernández
Browse files

Se renombra el hook

parent 3c9fe613
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import { Dispatch, SetStateAction} from "react";
import "./assets/css/styles.css";
import { MapComponent } from "../../map/map";
import { usePlaceRegister } from "../../../hooks/usePlaceRegister";
import { usePlace } from "../../../hooks/usePlace";
import { languaguesList } from "../../../constants/languages";
import { ToastContainer, toast } from "react-toastify";
import { LoadingScreen } from "../../loading_screen/loading_screen";
@@ -33,7 +33,7 @@ export const AdminPanelPlaceRegister = ({setIsWindowActive}: props) => {
    availableDays,
    setAvailableDays,
    resetField,
  } = usePlaceRegister();
  } = usePlace();

  return (
    <div className="place_register_wrap">