Skip to content
Snippets Groups Projects
Commit 77973ef1 authored by Lionel Trebuchon's avatar Lionel Trebuchon Committed by Hermann
Browse files

constructor without membership.

parent f2d471d8
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ 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