diff --git a/apps/web/src/cockpits/rep/ClientsPage.tsx b/apps/web/src/cockpits/rep/ClientsPage.tsx index 0c35a09..d61c2a4 100644 --- a/apps/web/src/cockpits/rep/ClientsPage.tsx +++ b/apps/web/src/cockpits/rep/ClientsPage.tsx @@ -277,7 +277,7 @@ function CustomerPortfolioCard({ stats }: { stats: PortfolioStats }) { )} - + {legendItems.map((item) => { const pct = total > 0 ? ((item.value / total) * 100).toFixed(1) : '0.0'; return ( @@ -475,7 +475,7 @@ function CustomerDetailsDrawer({ } > - + {/* Identificação */} ) : ( - + {orders.slice(0, 5).map((p) => (
- +
{summary.nome} @@ -1042,6 +1042,7 @@ export function ClientsPage() { const screens = useBreakpoint(); const isMobile = !screens.md; const { message: msg } = App.useApp(); + const navigate = useNavigate(); const stats = usePortfolioStats(); diff --git a/apps/web/src/cockpits/rep/RepPainel.tsx b/apps/web/src/cockpits/rep/RepPainel.tsx index 21f81b4..274d329 100644 --- a/apps/web/src/cockpits/rep/RepPainel.tsx +++ b/apps/web/src/cockpits/rep/RepPainel.tsx @@ -212,7 +212,7 @@ export function RepPainel() { percent={Math.min(meta.pct, 100)} showInfo={false} strokeColor="var(--jcs-blue)" - trailColor="var(--jcs-blue-light)" + railColor="var(--jcs-blue-light)" /> {meta.falta > 0 ? (