Skip to content

Commit

Permalink
fix: no appBar in server detail page (#441)
Browse files Browse the repository at this point in the history
Fixes #435
  • Loading branch information
lollipopkit authored Jul 3, 2024
1 parent 90199b8 commit 772c274
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/view/page/server/detail/view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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),
),
Expand Down

0 comments on commit 772c274

Please sign in to comment.