From 6873b9235cc07e14e4956937c310ea5cb5841f6e Mon Sep 17 00:00:00 2001 From: Mati Date: Fri, 5 Jan 2024 15:03:38 -0300 Subject: [PATCH] chore(app top bar): reverts unnecessary changes PE-5254 --- lib/components/app_top_bar.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/components/app_top_bar.dart b/lib/components/app_top_bar.dart index 36a3f571a3..2f0c3b1b6a 100644 --- a/lib/components/app_top_bar.dart +++ b/lib/components/app_top_bar.dart @@ -1,5 +1,4 @@ -// implement a widget that has 145 of height and maximum widget, and has a row as child -import 'package:ardrive/blocs/blocs.dart'; +import 'package:ardrive/blocs/sync/sync_cubit.dart'; import 'package:ardrive/components/profile_card.dart'; import 'package:ardrive/gift/reedem_button.dart'; import 'package:ardrive/pages/drive_detail/components/dropdown_item.dart'; @@ -24,7 +23,6 @@ class AppTopBar extends StatelessWidget { child: Row( mainAxisAlignment: MainAxisAlignment.end, children: [ - SizedBox(width: 24), SyncButton(), SizedBox(width: 24), RedeemButton(),