diff --git a/mobile/lib/ui/viewer/people/cluster_page.dart b/mobile/lib/ui/viewer/people/cluster_page.dart index 37388672f..206c2ddc5 100644 --- a/mobile/lib/ui/viewer/people/cluster_page.dart +++ b/mobile/lib/ui/viewer/people/cluster_page.dart @@ -142,9 +142,6 @@ class _ClusterPageState extends State { ), body: Column( children: [ - widget.showNamingBanner - ? const SizedBox(height: 12) - : const SizedBox.shrink(), widget.showNamingBanner ? RepaintBoundary( child: Padding( @@ -185,9 +182,6 @@ class _ClusterPageState extends State { ), ) : const SizedBox.shrink(), - widget.showNamingBanner - ? const SizedBox(height: 12) - : const SizedBox.shrink(), Expanded( child: Stack( alignment: Alignment.bottomCenter,