Skip to content

Commit

Permalink
Merge pull request #137 from samwel141/v2
Browse files Browse the repository at this point in the history
fix context provider wrap in the layout
  • Loading branch information
Mloweedgar authored May 14, 2024
2 parents 1ea32f0 + 42a7813 commit c815bde
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 c815bde

Please sign in to comment.