diff --git a/src/components/admin/dashboard-statistics/TeamComments.tsx b/src/components/admin/dashboard-statistics/TeamComments.tsx index 1e6ad6b9c..6fb917f0f 100644 --- a/src/components/admin/dashboard-statistics/TeamComments.tsx +++ b/src/components/admin/dashboard-statistics/TeamComments.tsx @@ -3,7 +3,6 @@ import React, { useState } from 'react'; import { Button, Stack, TextField } from '@mui/material'; import { EditButton } from 'src/components/buttons/EditButton'; -import { defaultContainedButtonStyle } from 'src/styles/variables.const'; const TeamComments = () => { const [isEditMode, setIsEditMode] = useState(false); @@ -13,7 +12,7 @@ const TeamComments = () => { return (
-

Commentaires de l'équipe :

+

Commentaires de l'équipe :

{isEditMode ? (