mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
Update AdminDashboard.tsx
This commit is contained in:
@@ -227,8 +227,6 @@ export default function AdminDashboard() {
|
||||
setLoading(true)
|
||||
setError(null)
|
||||
const data = await statsApi.getDashboardStats()
|
||||
console.log('Dashboard stats received:', data)
|
||||
console.log('Tariff stats:', data?.tariff_stats)
|
||||
setStats(data)
|
||||
} catch (err) {
|
||||
setError(t('adminDashboard.loadError'))
|
||||
|
||||
Reference in New Issue
Block a user