You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unused analytics components from server wallets overview
Eliminated EngineChecklist and TransactionAnalyticsSummary components, along with related imports and data fetching logic, from the server wallets overview page. The hasTransactions check now relies on the presence of wallets instead of analytics summary data.
Copy file name to clipboardExpand all lines: apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/wallets/server-wallets/overview/page.tsx
+1-27Lines changed: 1 addition & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,7 @@ import { NEXT_PUBLIC_THIRDWEB_VAULT_URL } from "@/constants/public-envs";
0 commit comments