Skip to content

Commit

Permalink
Revert "Checkpoint before assistant change: Fix: Correctly display pa…
Browse files Browse the repository at this point in the history
…yment preference in user profile settings."

This reverts commit 94f6c68.
  • Loading branch information
Replit user committed Mar 3, 2025
1 parent 94f6c68 commit f762b87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/settings/user-profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ 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 f762b87

Please sign in to comment.