We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e1afd commit 65a8ae1Copy full SHA for 65a8ae1
packages/app/src/app/store/getters.js
@@ -1,5 +1,3 @@
1
-import store from 'store/dist/store.modern';
2
-
3
export function isPatron() {
4
return Boolean(
5
this.user && this.user.subscription && this.user.subscription.since
@@ -11,5 +9,5 @@ export function isLoggedIn() {
11
9
}
12
10
13
export function hasLogIn() {
14
- return !!this.jwt || !!store.get('jwt');
+ return !!this.jwt;
15
0 commit comments