From 98d6416539853887bd0da824434721c7198c2c91 Mon Sep 17 00:00:00 2001 From: cherif Date: Tue, 15 Aug 2023 14:34:57 +0200 Subject: [PATCH] 15/08/23 - 15h --- src/components/DisplayPartnerSession.js | 5 +++-- src/components/GestionAdministrative.js | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/DisplayPartnerSession.js b/src/components/DisplayPartnerSession.js index 1ccc1c3..113b9b2 100644 --- a/src/components/DisplayPartnerSession.js +++ b/src/components/DisplayPartnerSession.js @@ -30,6 +30,7 @@ import { AiFillCloseCircle } from "react-icons/ai"; import Box from '@mui/material/Box'; import { Typography, LinearProgress } from '@mui/material'; import styled from 'styled-components'; +import { CiTrash } from "react-icons/ci"; const DisplayPartnerSession = (props) => { const history = useHistory(); @@ -310,7 +311,7 @@ const DisplayPartnerSession = (props) => { handleClick_refuse(event, cellValues); }} > - + } modal @@ -374,7 +375,7 @@ const DisplayPartnerSession = (props) => { handleClick_delete(event, cellValues); }} > - + } modal diff --git a/src/components/GestionAdministrative.js b/src/components/GestionAdministrative.js index bad9c90..cd3341c 100644 --- a/src/components/GestionAdministrative.js +++ b/src/components/GestionAdministrative.js @@ -37,6 +37,8 @@ import excel_icone from "../mysy_img/excel_icone.png"; import participants from "../mysy_img/participants.png"; import { useHistory } from "react-router-dom"; +import { CiTrash } from "react-icons/ci"; + function GestionAdministrative(props) { @@ -188,7 +190,7 @@ function GestionAdministrative(props) { handleClick_refuse(event, cellValues); }} > - + } modal @@ -252,7 +254,7 @@ function GestionAdministrative(props) { handleClick_delete(event, cellValues); }} > - + } modal