summaryrefslogtreecommitdiff
path: root/src/web/app/mobile
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-02-10 14:56:33 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-02-10 14:56:33 +0900
commit08ee9e4eaffa4b6809440ec2cbe4daad084c00df (patch)
treee07b083068569ff26c8df29cbb949d29f5cbd648 /src/web/app/mobile
parentwip (diff)
downloadmisskey-08ee9e4eaffa4b6809440ec2cbe4daad084c00df.tar.gz
misskey-08ee9e4eaffa4b6809440ec2cbe4daad084c00df.tar.bz2
misskey-08ee9e4eaffa4b6809440ec2cbe4daad084c00df.zip
wip
Diffstat (limited to 'src/web/app/mobile')
-rw-r--r--src/web/app/mobile/router.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/mobile/router.ts b/src/web/app/mobile/router.ts
index afb9aa6201..050fa7fc2b 100644
--- a/src/web/app/mobile/router.ts
+++ b/src/web/app/mobile/router.ts
@@ -32,7 +32,7 @@ export default (mios: MiOS) => {
route('*', notFound);
function index() {
- mios.isSignedin ? home() : entrance();
+ mios.isSignedIn ? home() : entrance();
}
function home() {