summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-10-01 17:51:49 +0200
committerRobin Appelman <robin@icewind.nl>2020-10-08 14:07:59 +0200
commit153195a2adc437cb3e9b1ca03219b620cb0899e5 (patch)
tree7ae455ba71f1e1b98e06e178f804fc3816159971
parenta39e7bab4fb5b57edba1ffd17ca469ed59ef0db1 (diff)
fix lint
Signed-off-by: Robin Appelman <robin@icewind.nl>
-rw-r--r--src/router.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/router.js b/src/router.js
index bb797aaf..d2b281c9 100644
--- a/src/router.js
+++ b/src/router.js
@@ -104,7 +104,7 @@ export default new Router({
default: Profile,
details: ProfileTimeline
},
- props: true,
+ props: true
}
]
})