diff --git a/src/components/Consents/Consents.tsx b/src/components/Consents/Consents.tsx index 99d4ead8dfecacc8a0484c52053c834733c62e9c..912d35d5353ae603992462a11be60a809d51a007 100644 --- a/src/components/Consents/Consents.tsx +++ b/src/components/Consents/Consents.tsx @@ -68,7 +68,7 @@ const Consents: React.FC = () => { { field: 'pointID', headerName: 'N° PDL', - initialWidth: 150, + initialWidth: 180, filter: true, checkboxSelection: true, }, @@ -96,7 +96,7 @@ const Consents: React.FC = () => { { field: 'postalCode', headerName: 'CP', - initialWidth: 100, + initialWidth: 80, filter: true, }, {