diff --git a/src/pages/dashboard/accounts.tsx b/src/pages/dashboard/accounts.tsx index 13aa0c1..1675229 100644 --- a/src/pages/dashboard/accounts.tsx +++ b/src/pages/dashboard/accounts.tsx @@ -180,7 +180,9 @@ export function Accounts({ {isExpanded && ( {accountsInCategory.map((account) => ( - +
+ +
))}
)}