Skip to content

Commit

Permalink
Merge pull request #312 from plebbit/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
plebeius-eth committed Dec 18, 2023
2 parents 12d1370 + 24bda05 commit f3d6fd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "plebchan",
"version": "0.1.15",
"description": "A GUI for plebbit similar to 4chan",
"author": "plebeius.eth",
"private": true,
"dependencies": {
"@babel/core": "7.21.3",
Expand Down
2 changes: 1 addition & 1 deletion src/components/modals/SettingsModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const SettingsModal = ({ isOpen, closeModal }) => {

const accountJson = useMemo(() => {
if (account) {
const { plebbit, karma, unreadNotificationCount, ...restOfAccount } = account;
const { plebbit, karma, unreadNotificationCount, signer, ...restOfAccount } = account;
return stringify({ account: restOfAccount });
}
}, [account]);
Expand Down

0 comments on commit f3d6fd4

Please sign in to comment.