Fixes and tickets
This commit is contained in:
@@ -46,11 +46,17 @@ export default ({ navigation }) => {
|
||||
type: "string",
|
||||
},
|
||||
{
|
||||
title: "Notifications",
|
||||
title: "Notifications push",
|
||||
key: "notifications",
|
||||
value: !!currentUserData?.notifications,
|
||||
type: "boolean",
|
||||
},
|
||||
{
|
||||
title: "Notifications par email",
|
||||
key: "emailNotifications",
|
||||
value: !!currentUserData?.emailNotifications,
|
||||
type: "boolean",
|
||||
},
|
||||
{
|
||||
title: "Langue",
|
||||
key: "language",
|
||||
|
||||
Reference in New Issue
Block a user