Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e8b4ec

Browse files
johnstcnjsjoeio
andauthored
PR comment
Co-authored-by: Joe Previte <[email protected]>
1 parent 1800982 commit 8e8b4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/UserSettingsPage/AccountPage/AccountPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const AccountPage: React.FC = () => {
2121
return (
2222
<Section title={Language.title}>
2323
<AccountForm
24-
editable={!!canEditUsers}
24+
editable={Boolean(canEditUsers)}
2525
email={me.email}
2626
updateProfileError={updateProfileError}
2727
isLoading={authState.matches("signedIn.profile.updatingProfile")}

0 commit comments

Comments
 (0)