From 59ee87d3469a30e1adc4ac6c8c5170b28f15b229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Gruszecki?= Date: Fri, 31 Jan 2025 08:53:33 +0100 Subject: [PATCH] fix: #600 Unify subscriptions links (#634) --- packages/webapp/src/routes/home/home.component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/webapp/src/routes/home/home.component.tsx b/packages/webapp/src/routes/home/home.component.tsx index 446fa7b94..cdbb4ddad 100644 --- a/packages/webapp/src/routes/home/home.component.tsx +++ b/packages/webapp/src/routes/home/home.component.tsx @@ -43,7 +43,7 @@ export const Home = () => { defaultMessage: 'Example of subscription management.', id: 'Home / Subscriptions / Subtitle', }), - link: generateTenantPath(RoutesConfig.subscriptions.currentSubscription.index), + link: generateTenantPath(RoutesConfig.subscriptions.index), }, { title: intl.formatMessage({