fix: UserBottomSheet
This commit is contained in:
parent
e15a549375
commit
fc4dafd8dc
3 changed files with 25 additions and 14 deletions
|
|
@ -27,8 +27,9 @@ class ParticipantListItem extends StatelessWidget {
|
|||
return ListTile(
|
||||
onTap: () => showModalBottomSheet(
|
||||
context: context,
|
||||
builder: (context) => UserBottomSheet(
|
||||
builder: (c) => UserBottomSheet(
|
||||
user: user,
|
||||
l10n: L10n.of(context),
|
||||
),
|
||||
),
|
||||
title: Row(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue