Skip to content

Commit 6a6c779

Browse files
committed
fix: pass missing address parameter to getRegenRoutes
1 parent fd90a42 commit 6a6c779

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web-marketplace/src/clients/regen/Regen.Routes.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,11 +361,12 @@ export const getRegenRoutes = ({
361361
export const getRegenRouter = ({
362362
reactQueryClient,
363363
apolloClientFactory,
364+
address,
364365
}: RouterParams): Router => {
365366
const sentryCreateBrowserRouter =
366367
Sentry.wrapCreateBrowserRouter(createBrowserRouter);
367368
return sentryCreateBrowserRouter(
368-
getRegenRoutes({ reactQueryClient, apolloClientFactory }),
369+
getRegenRoutes({ reactQueryClient, apolloClientFactory, address }),
369370
{
370371
basename: import.meta.env.PUBLIC_URL,
371372
},

0 commit comments

Comments
 (0)