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:
parent
2da134bbb1
commit
380994e076
1 changed files with 0 additions and 1 deletions
|
|
@ -97,7 +97,6 @@ export function getDefaultTestData(): Partial<ITestData> {
|
|||
isPolicyDriver: false,
|
||||
isPolicyFound: false,
|
||||
isUseVehicleOnPolicy: true,
|
||||
isRecalNotification: false,
|
||||
hasOemEndorsement: false,
|
||||
skipEstimatePage: false,
|
||||
isRecalVehicle: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue