chore: Application du linter

This commit is contained in:
Luc SORIGNET
2025-05-12 10:34:47 +02:00
parent 23a593dbc7
commit 425e6d73e5
56 changed files with 1140 additions and 1469 deletions

View File

@ -1,6 +1,7 @@
import React, { useEffect } from 'react';
import SelectChoice from '@/components/SelectChoice';
import RadioList from '@/components/RadioList';
import logger from '@/utils/logger';
export default function PaymentMethodSelector({
formData,
@ -18,7 +19,7 @@ export default function PaymentMethodSelector({
(field) => getLocalError(field) !== ''
);
setIsPageValid(isValid);
console.log('formdata : ', formData);
logger.debug('formdata : ', formData);
}, [formData, setIsPageValid]);
const paymentModesOptions = [
@ -68,7 +69,7 @@ export default function PaymentMethodSelector({
{/* Frais d'inscription */}
<div className="bg-white p-6 rounded-lg shadow-sm border border-gray-200">
<h2 className="text-2xl font-semibold mb-6 text-gray-800 border-b pb-2">
Frais d'inscription
Frais d&apos;inscription
</h2>
<div className="mb-6 bg-gray-50 p-4 rounded-lg border border-gray-100">