aboutsummaryrefslogtreecommitdiffstats
path: root/src/models/User.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/models/User.js')
-rw-r--r--src/models/User.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/models/User.js b/src/models/User.js
index e2d2fc0c8..2e5df4795 100644
--- a/src/models/User.js
+++ b/src/models/User.js
@@ -34,8 +34,4 @@ export default class User {
34 this.isSubscriptionOwner = data.isSubscriptionOwner || this.isSubscriptionOwner; 34 this.isSubscriptionOwner = data.isSubscriptionOwner || this.isSubscriptionOwner;
35 this.isMiner = data.isMiner || this.isMiner; 35 this.isMiner = data.isMiner || this.isMiner;
36 } 36 }
37
38 // @computed get isPremium() {
39 //
40 // }
41} 37}