summaryrefslogtreecommitdiff
path: root/frontend/src/plugin-loader.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/plugin-loader.tsx')
-rw-r--r--frontend/src/plugin-loader.tsx8
1 files changed, 5 insertions, 3 deletions
diff --git a/frontend/src/plugin-loader.tsx b/frontend/src/plugin-loader.tsx
index cb1bb270..88e85a48 100644
--- a/frontend/src/plugin-loader.tsx
+++ b/frontend/src/plugin-loader.tsx
@@ -146,9 +146,11 @@ class PluginLoader extends Logger {
});
this.routerHook.addRoute('/decky/store', () => (
- <WithSuspense route={true}>
- <StorePage />
- </WithSuspense>
+ <DeckyStateContextProvider deckyState={this.deckyState}>
+ <WithSuspense route={true}>
+ <StorePage />
+ </WithSuspense>
+ </DeckyStateContextProvider>
));
this.routerHook.addRoute('/decky/settings', () => {
return (