feat: add visibility toggles for app and web in company policy settings and fix routing typo
This commit is contained in:
@@ -34,7 +34,7 @@ export default function LandingPage() {
|
||||
case 'biker':
|
||||
router.push('/biker');
|
||||
break;
|
||||
case 'swap-station':
|
||||
case 'swapstation':
|
||||
router.push('/swapstation');
|
||||
break;
|
||||
case 'merchant':
|
||||
|
||||
Reference in New Issue
Block a user