remove unused function
This commit is contained in:
parent
6fe5a6e1f2
commit
614b058b13
|
@ -150,10 +150,6 @@ const Inquilinos = () => {
|
|||
})
|
||||
}
|
||||
|
||||
function openDialog() {
|
||||
openInfoDialog = true
|
||||
}
|
||||
|
||||
const deleteSelectedTenants = () => {
|
||||
let _tenants = tenants.filter((val) => !selectedTentants.includes(val))
|
||||
setTenants(_tenants)
|
||||
|
|
Loading…
Reference in New Issue