⚗️ Markdown embed content

This commit is contained in:
2024-08-03 12:29:13 +08:00
parent 989b5babd9
commit 87bb37ac01
8 changed files with 67 additions and 14 deletions

View File

@ -157,7 +157,7 @@ class _RealmMemberListPopupState extends State<RealmMemberListPopup> {
backgroundColor: Theme.of(context).colorScheme.surface,
context: context,
builder: (context) => AccountProfilePopup(
account: element.account,
name: element.account.name,
),
);
},