From 852cb4f0419b81ce4cdc82d7fd15838875516eca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alexandre=20Delano=C3=AB?= <devel+git@delanoe.org>
Date: Mon, 25 Jan 2021 11:56:36 +0100
Subject: [PATCH] [DEMO] fix annuaire

---
 src/Gargantext/Components/Nodes/Annuaire.purs | 20 +++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/Gargantext/Components/Nodes/Annuaire.purs b/src/Gargantext/Components/Nodes/Annuaire.purs
index 31985610..731448a7 100644
--- a/src/Gargantext/Components/Nodes/Annuaire.purs
+++ b/src/Gargantext/Components/Nodes/Annuaire.purs
@@ -104,8 +104,7 @@ annuaireCpt = R.hooksComponentWithModule thisModule "annuaire" cpt
                               , title: name
                               , user: "" }
           , H.p {} []
-          , H.div {className: "col-md-3"}
-            [ H.text "    Filter ", H.input { className: "form-control", style } ]
+          -- , H.div {className: "col-md-3"} [ H.text "    Filter ", H.input { className: "form-control", style } ]
           , H.br {}
           , pageLayout { info, session, pagePath, frontends} ]
       where
@@ -199,13 +198,14 @@ contactCellsCpt = R.hooksComponentWithModule thisModule "contactCells" cpt
                        ]
     cpt { annuaireId
         , contact: (CT.NodeContact { id
-                               , hyperdata: ( CT.HyperdataContact { who : Just (CT.ContactWho { firstName
-                                                                                              , lastName
-                                                                                              }
-                                                                               )
-                                                                  }
-                                            )
-                               }
+                                   , hyperdata: ( CT.HyperdataContact
+                                                  { who : Just (CT.ContactWho { firstName
+                                                                              , lastName
+                                                                              }
+                                                               )
+                                                  }
+                                                )
+                                   }
                    )
         , frontends
         , session } _ = do
@@ -214,7 +214,7 @@ contactCellsCpt = R.hooksComponentWithModule thisModule "contactCells" cpt
           H.text ""
           , H.text $ fromMaybe "First Name" firstName
           , H.text $ fromMaybe "First Name" lastName
-          , H.text  "CNRS"
+          , H.text  "IMT"
           -- , H.a { href } [ H.text $ fromMaybe "name" contact.title ]
             --, H.a { href, target: "blank" } [ H.text $ fromMaybe "name" contact.title ]
           --, H.text $ maybe "No ContactWhere" contactWhereOrg  (A.head $ ou)
-- 
2.21.0