Skip to content
Snippets Groups Projects
Commit 85e41c1f authored by Hermann's avatar Hermann
Browse files

remove unused memberships list

parent bec89eba
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,6 @@ const m = require('mithril');
class UserView extends ItemView {
constructor() {
super('users');
this.memberships = [];
}
view() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment