9def349244
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>