From 45b7c857fcdd5a395bac68e88ff5402dcff5e9d8 Mon Sep 17 00:00:00 2001 From: c0mrade Date: Wed, 25 Mar 2026 18:40:50 +0300 Subject: [PATCH] fix: back button goes to dashboard in single-tariff to prevent redirect loop In single-tariff mode, Subscriptions list auto-redirects to detail page. Back button from detail now goes to / (dashboard) instead of /subscriptions, breaking the redirect loop. --- src/pages/Subscription.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Subscription.tsx b/src/pages/Subscription.tsx index 8c1871f..b3e5664 100644 --- a/src/pages/Subscription.tsx +++ b/src/pages/Subscription.tsx @@ -491,7 +491,7 @@ export default function Subscription() {
{/* Page title */}
- +

{isMultiTariff && subscription?.tariff_name ? subscription.tariff_name