Skip to content

Commit

Permalink
Fix contacts syncing to new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Oct 19, 2023
1 parent d0293fb commit 296f5e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changelog/1735.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix contacts syncing to new tab
1 change: 1 addition & 0 deletions src/app/state/persist/syncTabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export function receiveInitialTabSyncState(
...prevState,
theme: initialSyncState.theme,
wallet: initialSyncState.wallet,
contacts: initialSyncState.contacts,
network: initialSyncState.network,
persist: initialSyncState.persist,
}
Expand Down

0 comments on commit 296f5e6

Please sign in to comment.