Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenschermer committed Sep 25, 2024
1 parent f99f64f commit 7a7a278
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions client/src/components/User/UserPreferencesModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ export const getUserPreferencesModel = (user_id) => {
information: {
title: _l("Manage Information"),
id: "edit-preferences-information",
description: config.enable_account_interface && !config.use_remote_user
? _l("Edit your email, addresses and custom parameters or change your public name.")
: _l("Edit your custom parameters."),
description:
config.enable_account_interface && !config.use_remote_user
? _l("Edit your email, addresses and custom parameters or change your public name.")
: _l("Edit your custom parameters."),
url: `/api/users/${user_id}/information/inputs`,
icon: "fa-user",
redirect: "/user",
Expand Down

0 comments on commit 7a7a278

Please sign in to comment.