diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-22 11:31:06 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-22 11:31:06 +0900 |
| commit | 137b5da4aaab7c3c4823ec01f9002d6bc71e5b02 (patch) | |
| tree | 56456c528ad9d777e0921ca89610bfd5c04c2883 /src/client/app/mobile/script.ts | |
| parent | Merge pull request #1631 from syuilo/l10n_master (diff) | |
| download | sharkey-137b5da4aaab7c3c4823ec01f9002d6bc71e5b02.tar.gz sharkey-137b5da4aaab7c3c4823ec01f9002d6bc71e5b02.tar.bz2 sharkey-137b5da4aaab7c3c4823ec01f9002d6bc71e5b02.zip | |
Fix bug
Diffstat (limited to 'src/client/app/mobile/script.ts')
| -rw-r--r-- | src/client/app/mobile/script.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |