diff --git a/src/App.js b/src/App.js index 7ddb71f..bb1cf14 100644 --- a/src/App.js +++ b/src/App.js @@ -77,7 +77,7 @@ function App() { - + diff --git a/src/components/DisplayPartnerSession.js b/src/components/DisplayPartnerSession.js index cf81523..160cf8f 100644 --- a/src/components/DisplayPartnerSession.js +++ b/src/components/DisplayPartnerSession.js @@ -22,7 +22,7 @@ import { Editor } from '@tinymce/tinymce-react'; import { IoArrowUndoCircle } from "react-icons/io5"; import { GrUserAdmin, GrOrderedList } from "react-icons/gr"; import parse from 'html-react-parser'; -import { FcViewDetails } from "react-icons/fc"; +import { FcViewDetails, FcDisapprove } from "react-icons/fc"; import 'react-tooltip/dist/react-tooltip.css' import { Tooltip } from 'react-tooltip' import add_plus from "../mysy_img/plus.png"; @@ -128,45 +128,6 @@ const DisplayPartnerSession = (props) => { { field: 'duration_unit', headerName: 'unité', width: 100, align: "center", flex: 1 }, - /* { - field: "management", headerName: 'Gestion', - renderCell: (cellValues) => { - return ( - - { - handleClickSessionManagement(event, cellValues); - }} - > - - - - - ); - } - }, - { - field: "Print", headerName: 'Editer', - renderCell: (cellValues) => { - return ( - - { - handleClick_edit_session(event, cellValues); - }} - > - - - - - ); - } - },*/ - - - ] const columns_preinscrit = [ @@ -260,7 +221,7 @@ const DisplayPartnerSession = (props) => { × -