fix: UserBottomSheet

This commit is contained in:
Christian Pauly 2021-01-19 15:48:50 +01:00
commit fc4dafd8dc
3 changed files with 25 additions and 14 deletions

View file

@ -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(