fix: UserBottomSheet
This commit is contained in:
parent
cc38312409
commit
d53da50f38
4 changed files with 9 additions and 2 deletions
|
|
@ -29,6 +29,7 @@ class ParticipantListItem extends StatelessWidget {
|
|||
context: context,
|
||||
builder: (c) => UserBottomSheet(
|
||||
user: user,
|
||||
outerContext: context,
|
||||
),
|
||||
),
|
||||
title: Row(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue