Remove debug user-list extension
This commit is contained in:
parent
a7f39c1d06
commit
4556d08a07
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ class SessionView extends StatelessWidget {
|
|||
),
|
||||
);
|
||||
},
|
||||
childCount: session.sessionUsers.length * 4,
|
||||
childCount: session.sessionUsers.length,
|
||||
),
|
||||
)
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue