Block user

This commit is contained in:
2025-07-03 22:03:12 +08:00
parent 274168d4bc
commit b2b0891d24
2 changed files with 78 additions and 26 deletions

View File

@ -187,7 +187,7 @@ class PublisherProfileScreen extends HookConsumerWidget {
),
onTap: () {
Navigator.pop(context, true);
context.push('/account/${data.name}');
context.push('/account/${data.account?.name}');
},
),
Expanded(