import { useEffect, useState } from 'react' import api from '../api' import toast from 'react-hot-toast' function Modal({ title, onClose, children }) { return (
{tenants.length} locataire(s) enregistré(s)
Aucun locataire enregistré.
| Nom | Téléphone | ||
|---|---|---|---|
| {t.first_name} {t.last_name} | {t.email || '—'} | {t.phone || '—'} |