diff --git a/src/pages/Tarif.jsx b/src/pages/Tarif.jsx index 9ec61ed..7e5f386 100644 --- a/src/pages/Tarif.jsx +++ b/src/pages/Tarif.jsx @@ -2,6 +2,7 @@ import React from 'react'; import { useState, useEffect } from 'react'; import { Api } from '../helpers/api'; +import { v4 as uuidv4 } from 'uuid'; // Components import Tab from '../components/Tab'; import SectionTitle from '../components/SectionTitle'; @@ -82,6 +83,7 @@ const Tarif = ({ lang }) => { ? tarifData.data.map((tarif) => { return tarif.type === 'resident' && tarif.title != '-' ? ( tarifPrice.price + ' ')} /> @@ -96,6 +98,7 @@ const Tarif = ({ lang }) => { ? tarifData.data.map((tarif) => { return tarif.type === 'non_resident' && tarif.title != '-' ? ( tarifPrice.price + ' ')} />