Token Service updated

This commit is contained in:
Sidharth Prabhu
2026-04-20 20:04:40 +05:30
parent c8936d8cad
commit 10d250686b
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ const BottomNav: React.FC = () => {
];
// Only show on main screens and stall details
const isMainScreen = ['/', '/orders', '/profile'].includes(location.pathname);
const isMainScreen = ['/', '/orders', '/profile', '/wallet', '/topup'].includes(location.pathname);
const isStallDetail = location.pathname.startsWith('/stall/');
if (!isMainScreen && !isStallDetail) {