fix: UserBottomSheet

This commit is contained in:
Christian Pauly 2021-05-01 10:04:44 +02:00
commit d53da50f38
4 changed files with 9 additions and 2 deletions

View file

@ -29,6 +29,7 @@ class ParticipantListItem extends StatelessWidget {
context: context,
builder: (c) => UserBottomSheet(
user: user,
outerContext: context,
),
),
title: Row(