mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
isActive used exact pathname match (===), so navigating to /subscriptions/:id or /subscriptions/:id/renew would not highlight the Subscription tab. Changed to startsWith for non-root paths in both MobileBottomNav and DesktopSidebar.