Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

closes User setting displaying incorrect data #21

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": true,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "develop",
"updateInternalDependencies": "patch",
"ignore": []
}
"$schema": "https://unpkg.com/@changesets/config@2.0.0/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": true,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "develop",
"updateInternalDependencies": "patch",
"ignore": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const UserSettingsOverlay = observer<UserSettingsOverlayProps>(({ onSubmi
padding: 1rem;
`}
>
<p>Change user.name</p>
<p>Change Username</p>
<LoginForm submitText="Update" onSubmit={onSubmit} />
<Button minimal text="Log out" onClick={() => store.auth.logOut()} />
</div>
Expand Down