## What `use-dashboard-data.ts` had a private `formatMonth()` duplicating `utils/date.ts` `formatMonthFromYearMonth()`. Removed the local copy; dashboard now uses the shared util. **Tiny visual change:** non-current-year labels on dashboard net-worth chart render `Jan '26` instead of `Jan 26` — now consistent with cashflow-trend and account-balance charts which already use the shared util. ## Stats - **-14 / +2 lines** ## Checks - `bun run test` — 154 passed - `bun run lint` — clean (1 pre-existing warning) Part of duplication-removal series (#475–#481). |
||
|---|---|---|
| .. | ||
| components | ||
| contexts | ||
| hooks | ||
| layouts | ||
| lib | ||
| pages | ||
| providers | ||
| services | ||
| types | ||
| utils | ||
| app.tsx | ||
| ssr.tsx | ||