use names that make sense

This commit is contained in:
Eduardo Quiros 2022-08-21 18:55:03 -06:00
parent cf2fbfcd9c
commit a9d1a9dd26
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ const Inquilinos = () => {
const [houseNumber, setHouseNumber] = useState([])
const [housesList, setHousesList] = useState([])
const [submitted, setSubmitted] = useState(false)
let [openInfoDialog] = useState(false)
const [showInfoDialog, setShowInfoDialog] = useState(false)
const toast = useRef(null)
const dt = useRef(null)
const [cookies] = useCookies()