make the members clickable

This commit is contained in:
Henry Hiles 2026-01-16 13:03:52 -05:00
commit c03e9e5003
No known key found for this signature in database

View file

@ -40,6 +40,7 @@ class MemberList extends ConsumerWidget {
) )
.map( .map(
(member) => ListTile( (member) => ListTile(
onTap: () {},
leading: AvatarOrHash( leading: AvatarOrHash(
ref ref
.watch( .watch(