From 54440f6a0f5f4c683d05f0fe2e00efe429b641ff Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Mon, 6 Feb 2023 17:53:48 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20supprime=20l=E2=80=99extrait=20de=20pr?= =?UTF-8?q?=C3=A9sentation=20de=20la=20liste=20des=20r=C3=A9sistants?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/ResistantRow.tsx | 37 ++++++++++++++++--------------------- 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/src/routes/ResistantRow.tsx b/src/routes/ResistantRow.tsx index fa0faa1..f4d66f3 100644 --- a/src/routes/ResistantRow.tsx +++ b/src/routes/ResistantRow.tsx @@ -1,5 +1,4 @@ import {Link} from "react-router-dom"; -import Dotdotdot from 'react-dotdotdot' import {Resistant} from "../Resistant"; interface Props { @@ -53,17 +52,6 @@ export const ResistantRow = ({resistant}: Props) => { -
-
- -

Notre - déclaration de désobéissance civile, en {resistant.date_declaration}

- - -
-
{
- -

({resistant.departement}, Académie - de - {resistant.academie})
{resistant.mention} +

( + {resistant.departement}, + Académie de {resistant.academie} + )
+
+ {resistant.mention}

- -

- {resistant.presentation} -

-
+
+
+
+
+ +

Notre + déclaration de désobéissance civile, en {resistant.date_declaration}

+