Skip to content

Commit

Permalink
chore(AccountStatContext): add missing context provider
Browse files Browse the repository at this point in the history
  • Loading branch information
mkholjuraev committed Nov 8, 2023
1 parent 7c749af commit 59584f0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ export const Routes = () => {
/>
</Suspense>
) : (
element
<AccountStatContext.Provider
value={{ hasConventionalSystems, hasEdgeDevices }}
>
{element}
</AccountStatContext.Provider>
);
};

0 comments on commit 59584f0

Please sign in to comment.