amelioration du style globale
This commit is contained in:
parent
cd1f323686
commit
d1ac1b77f0
36 changed files with 191 additions and 112 deletions
|
|
@ -17,6 +17,7 @@ const USER: User = {
|
|||
dateOfBirth: new Date(),
|
||||
gender: "man",
|
||||
interests: ["foot", "jeux-vidéo"],
|
||||
company: "",
|
||||
isActive: true,
|
||||
isAccepted: true,
|
||||
lastConnexion: new Date(),
|
||||
|
|
@ -37,6 +38,7 @@ const ADVERTISER: User = {
|
|||
dateOfBirth: null,
|
||||
gender: "",
|
||||
interests: [],
|
||||
company: "My company",
|
||||
isActive: true,
|
||||
isAccepted: true,
|
||||
lastConnexion: new Date(),
|
||||
|
|
@ -57,6 +59,7 @@ const ADMIN: User = {
|
|||
dateOfBirth: null,
|
||||
gender: "",
|
||||
interests: [],
|
||||
company: "",
|
||||
isActive: true,
|
||||
isAccepted: true,
|
||||
lastConnexion: new Date(),
|
||||
|
|
|
|||
Reference in a new issue