remove unused function

This commit is contained in:
Eduardo Quiros 2022-08-21 19:17:19 -06:00
parent 6fe5a6e1f2
commit 614b058b13
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 0 additions and 4 deletions

View File

@ -150,10 +150,6 @@ const Inquilinos = () => {
})
}
function openDialog() {
openInfoDialog = true
}
const deleteSelectedTenants = () => {
let _tenants = tenants.filter((val) => !selectedTentants.includes(val))
setTenants(_tenants)