Travel/travel page LHN #441
Annotations
10 errors
typecheck:
src/languages/en.ts#L2440
An object literal cannot have multiple properties with the same name.
|
typecheck:
src/languages/es.ts#L2932
An object literal cannot have multiple properties with the same name.
|
typecheck:
src/pages/Travel/ManageTrips.tsx#L15
Type '"travel.features.saveMoney"' is not assignable to type 'TranslationPaths'.
|
typecheck:
src/pages/Travel/ManageTrips.tsx#L19
Type '"travel.features.alerts"' is not assignable to type 'TranslationPaths'.
|
typecheck:
src/pages/Travel/ManageTrips.tsx#L33
Argument of type '"travel.title"' is not assignable to parameter of type 'TranslationPaths'.
|
typecheck:
src/pages/Travel/ManageTrips.tsx#L34
Argument of type '"travel.subtitle"' is not assignable to parameter of type 'TranslationPaths'.
|
typecheck:
src/pages/Travel/ManageTrips.tsx#L35
Argument of type '"travel.bookOrManage"' is not assignable to parameter of type 'TranslationPaths'.
|
typecheck:
src/pages/Travel/ManageTrips.tsx#L36
Argument of type '"travel.bookOrManage"' is not assignable to parameter of type 'TranslationPaths'.
|
typecheck:
src/pages/Travel/MyTripsPage.tsx#L29
Argument of type '"travel.header"' is not assignable to parameter of type 'TranslationPaths'.
|
typecheck
Process completed with exit code 2.
|