Skip to content

fix(dashboard): fix dashboard component duplication

Ahlad Pataparla requested to merge fix/dashboard-duplicate-components into develop

What does this MR do and why?

fix(dashboard): fix dashboard component duplication

issue: duplicate volunteer dashboard buttons and doctor page components

changes were made to src/pages/DashboardPage.tsx by removing the duplicate
lines of code

CHANGELOG.md was autogenerated by `bun run changelog`

Screenshots or screen recordings

Before After
Screenshot_From_2026-03-13_12-23-51 Screenshot_From_2026-03-13_12-23-28
Screenshot_From_2026-03-13_12-23-58 Screenshot_From_2026-03-13_12-23-21

How to set up and validate locally

  1. bun install
  2. `bun run dev'
  3. Login as volunteer and/or doctor

Merge request reports

Loading