slight cleanup on member list
This commit is contained in:
parent
82f72f99c0
commit
4d00631fed
1 changed files with 2 additions and 2 deletions
|
|
@ -143,8 +143,8 @@ class MemberList extends HookConsumerWidget {
|
||||||
if (member.content
|
if (member.content
|
||||||
case MembershipContent content) {
|
case MembershipContent content) {
|
||||||
showModalBottomSheet(
|
showModalBottomSheet(
|
||||||
constraints: BoxConstraints.loose(
|
constraints: .loose(
|
||||||
Size(
|
.new(
|
||||||
500,
|
500,
|
||||||
(context.size?.height ?? 1000) - 80,
|
(context.size?.height ?? 1000) - 80,
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue