diff --git a/components/TopHeader/index.tsx b/components/TopHeader/index.tsx index 53cce7c1..4828f5b4 100644 --- a/components/TopHeader/index.tsx +++ b/components/TopHeader/index.tsx @@ -50,6 +50,9 @@ const TopHeader = () => { Object.keys(resetState).forEach((key) => { appState[key] = resetState[key] }) + + // Set party to be editable + appState.party.editable = true } function logout() {