fix: no appBar in server detail page (#441)

Fixes #435
This commit is contained in:
lollipopkit🏳️‍⚧️
2024-07-03 16:42:52 +08:00
committed by GitHub
parent 90199b89a5
commit 772c2743b5

View File

@@ -82,6 +82,7 @@ class _ServerDetailPageState extends State<ServerDetailPage>
final s = widget.spi.server;
if (s == null) {
return Scaffold(
appBar: const CustomAppBar(),
body: Center(
child: Text(l10n.noClient),
),