DEV: Remove broken line of code (#18465)

The router service isn't even injected so the code is not used and
broken.
This commit is contained in:
Alan Guo Xiang Tan 2022-10-04 13:37:25 +08:00 committed by GitHub
parent de071fc1e8
commit 044dc85358
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ export default Controller.extend({
isPersonal: equal("pmView", "user"),
group: null,
groupFilter: alias("group.name"),
currentPath: alias("router._router.currentPath"),
currentRouteName: readOnly("router.currentRouteName"),
pmTaggingEnabled: alias("site.can_tag_pms"),
tagId: null,