🐛 Bug fixes in developer hub

This commit is contained in:
2025-10-12 23:27:49 +08:00
parent 76009147e9
commit f685a7a249
6 changed files with 15 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ class BotDetailScreen extends HookConsumerWidget {
final botData = ref.watch(botProvider(publisherName, projectId, botId));
return AppScaffold(
isNoBackground: false,
appBar: AppBar(
title: Text(botData.value?.account.nick ?? 'botDetails'.tr()),
actions: [