Hide proposals from non-Ethereum visitors

This commit is contained in:
2017-02-05 17:01:19 +08:00
parent a4c6eccf1a
commit d171d0c741
5 changed files with 22 additions and 15 deletions
+1
View File
@@ -2,6 +2,7 @@ import Ember from 'ember';
export default Ember.Object.extend({
id: null,
creator: null,
recipient: null,
votesCount: null,