Skip to content

Commit

Permalink
fix: fix context provider wrap in layout
Browse files Browse the repository at this point in the history
  • Loading branch information
samwel141 committed May 14, 2024
1 parent 062f27a commit 0d55646
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Routes/ClientRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ const ClientRoutes = () => {
path="/"
exact
element={
<TrustRelationshipsProvider>
<Layout>
<Wallet />
</Layout>
</TrustRelationshipsProvider>
}
/>
<Route
Expand Down

0 comments on commit 0d55646

Please sign in to comment.