diff --git a/src/Gargantext/Components/Nodes/Annuaire/User/Contacts/Types.purs b/src/Gargantext/Components/Nodes/Annuaire/User/Contacts/Types.purs
index 6fea520bd3e852379880add1e8839d14d65b1950..d33d3350511a3f9262cd6127839a557f71035572 100644
--- a/src/Gargantext/Components/Nodes/Annuaire/User/Contacts/Types.purs
+++ b/src/Gargantext/Components/Nodes/Annuaire/User/Contacts/Types.purs
@@ -78,7 +78,8 @@ instance decodeContact' :: DecodeJson Contact' where
                    }
 
 
-
+-- | TODO rename Contact with User
+-- and fix shared decodeJson
 newtype Contact =
   Contact
   { id :: Int
@@ -111,7 +112,6 @@ instance decodeContact :: DecodeJson Contact where
                    , userId
                    }
 
-
 ----------------------------------------------------------------------------
 newtype User =
   User