diff --git a/soul-admin/src/pages/dashboard/DashboardPage.tsx b/soul-admin/src/pages/dashboard/DashboardPage.tsx index 3835d52b..91689dbc 100644 --- a/soul-admin/src/pages/dashboard/DashboardPage.tsx +++ b/soul-admin/src/pages/dashboard/DashboardPage.tsx @@ -62,6 +62,8 @@ export function DashboardPage() { const [paidOrderCount, setPaidOrderCount] = useState(0) const [totalRevenue, setTotalRevenue] = useState(0) const [conversionRate, setConversionRate] = useState(0) + const [totalMatches, setTotalMatches] = useState(0) + const [matchRevenue, setMatchRevenue] = useState(0) const [loadError, setLoadError] = useState(null) async function loadData() {