Skip to content

Commit

Permalink
Update helper.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Apr 16, 2024
1 parent 21e2e16 commit 8653be7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/src/common/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -645,8 +645,6 @@ export const getFullInsuranceOption = (fullInsurance: number, days: number, lang
* @returns {string}
*/
export const getAdditionalDriverOption = (additionalDriver: number, days: number, language: string, hidePlus: boolean) => {
const fr = bookcarsHelper.isFrench(language)

if (additionalDriver === -1) {
return strings.UNAVAILABLE
} if (additionalDriver === 0) {
Expand Down

0 comments on commit 8653be7

Please sign in to comment.