Removes unused isRecalNotification flag

Removes the `isRecalNotification` flag from the default test data, as it's no longer used in the application's logic or tests.
This simplifies the test data and avoids potential confusion.
This commit is contained in:
maguire-arman 2025-06-10 14:34:00 -04:00
parent 2da134bbb1
commit 380994e076

View file

@ -97,7 +97,6 @@ export function getDefaultTestData(): Partial<ITestData> {
isPolicyDriver: false,
isPolicyFound: false,
isUseVehicleOnPolicy: true,
isRecalNotification: false,
hasOemEndorsement: false,
skipEstimatePage: false,
isRecalVehicle: false,