diff --git a/src/app/(dashboard)/accounts/page.tsx b/src/app/(dashboard)/accounts/page.tsx index aa6386c..d2f23a5 100644 --- a/src/app/(dashboard)/accounts/page.tsx +++ b/src/app/(dashboard)/accounts/page.tsx @@ -670,6 +670,80 @@ export default function AccountExplorer() { )} + + {/* Activity Detail Overlay (account detail view) */} + {selectedActivity && ( +