Skip to content

Commit

Permalink
Checkpoint before assistant change: Fix: Correctly display payment pr…
Browse files Browse the repository at this point in the history
…eference in user profile settings.

Replit-Commit-Author: Assistant
  • Loading branch information
calvadev committed Mar 3, 2025
1 parent 2741e74 commit 94f6c68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/settings/user-profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const UserProfilePage = () => {
if (profile) {
reset(profile.content);
}
console.log(profile.content)
setIsFetchingProfile(false);
if (passphrase) {
const nsec = getNsecWithPassphrase(passphrase);
Expand Down

0 comments on commit 94f6c68

Please sign in to comment.