Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1800982 commit 8e8b4ecCopy full SHA for 8e8b4ec
site/src/pages/UserSettingsPage/AccountPage/AccountPage.tsx
@@ -21,7 +21,7 @@ export const AccountPage: React.FC = () => {
21
return (
22
<Section title={Language.title}>
23
<AccountForm
24
- editable={!!canEditUsers}
+ editable={Boolean(canEditUsers)}
25
email={me.email}
26
updateProfileError={updateProfileError}
27
isLoading={authState.matches("signedIn.profile.updatingProfile")}
0 commit comments