From 137b5da4aaab7c3c4823ec01f9002d6bc71e5b02 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 22 May 2018 11:31:06 +0900 Subject: Fix bug --- src/client/app/mobile/script.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/app/mobile/script.ts') diff --git a/src/client/app/mobile/script.ts b/src/client/app/mobile/script.ts index c73c0097cb..5418aac090 100644 --- a/src/client/app/mobile/script.ts +++ b/src/client/app/mobile/script.ts @@ -70,7 +70,7 @@ init((launch) => { routes: [ { path: '/', name: 'index', component: MkIndex }, { path: '/signup', name: 'signup', component: MkSignup }, - { path: '/i/settings', component: MkSettings }, + { path: '/i/settings', name: 'settings', component: MkSettings }, { path: '/i/notifications', name: 'notifications', component: MkNotifications }, { path: '/i/widgets', name: 'widgets', component: MkWidgets }, { path: '/i/messaging', name: 'messaging', component: MkMessaging }, -- cgit v1.2.3-freya