This repository has been archived on 2026-05-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
app/apps
groombook-ci[bot] 9def349244 fix(portal): remove invalid props from section component calls
The GRO-205/OOBE commit added sessionId/clientName props to Dashboard
and sessionId to PetProfiles/BillingPayments/Communication/AccountSettings
calls, but the Props interfaces for these components don't include those
props. TypeScript strict mode catches this.

Fix: remove the invalid props from calls where they're not accepted.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-03-29 03:16:24 +00:00
..