feat(MED-50): use account_params in dashboard

This commit is contained in:
2025-07-24 08:38:12 +03:00
parent 66760adc06
commit 349e3e3143
5 changed files with 57 additions and 18 deletions

View File

@@ -37,7 +37,7 @@ async function UserHomePage() {
}
/>
<PageBody>
<Dashboard />
<Dashboard account={account} />
</PageBody>
</>
);