Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

fix: reload on wallet disconnect #218

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/shared/model/connection/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ class ConnectionStateStore {
await penumbra.disconnect();
} catch (error) {
console.error(error);
} finally {
window.location.reload();
}
}

Expand Down