make the members clickable
This commit is contained in:
parent
fae1a81153
commit
c03e9e5003
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ class MemberList extends ConsumerWidget {
|
||||||
)
|
)
|
||||||
.map(
|
.map(
|
||||||
(member) => ListTile(
|
(member) => ListTile(
|
||||||
|
onTap: () {},
|
||||||
leading: AvatarOrHash(
|
leading: AvatarOrHash(
|
||||||
ref
|
ref
|
||||||
.watch(
|
.watch(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue