Message lorsqu'aucun enregistrement présent
This commit is contained in:
@@ -4,6 +4,7 @@ import { api } from '../api.js';
|
||||
import { useInvestisseur } from '../context/InvestisseurContext.jsx';
|
||||
import { useUi } from '../context/UiContext.jsx';
|
||||
import PageIcon from '../components/PageIcon.jsx';
|
||||
import EmptyState from '../components/EmptyState.jsx';
|
||||
import InvChart from '../components/InvChart.jsx';
|
||||
import InvMensuelTable from '../components/InvMensuelTable.jsx';
|
||||
import { fmtEUR, fmtDate, fmtStatut, memberLabel } from '../utils/format.js';
|
||||
@@ -567,9 +568,7 @@ export default function Plateformes() {
|
||||
<div className="topbar">
|
||||
<h2><PageIcon name="plateforme" />Plateformes</h2>
|
||||
</div>
|
||||
<div style={{ padding: '48px 24px', textAlign: 'center', color: 'var(--text-muted)' }}>
|
||||
Aucun investissement trouvé.
|
||||
</div>
|
||||
<EmptyState />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user