diff --git a/lib/pages/access_management/manage_bookable_spaces/presentation/widgets/main_manage_bookable_widgets/top_part_widget.dart b/lib/pages/access_management/manage_bookable_spaces/presentation/widgets/main_manage_bookable_widgets/top_part_widget.dart index 506773dc..66c24f88 100644 --- a/lib/pages/access_management/manage_bookable_spaces/presentation/widgets/main_manage_bookable_widgets/top_part_widget.dart +++ b/lib/pages/access_management/manage_bookable_spaces/presentation/widgets/main_manage_bookable_widgets/top_part_widget.dart @@ -57,7 +57,7 @@ class TopPartWidget extends StatelessWidget { fontWeight: FontWeight.bold, svgAsset: Assets.addButtonIcon, label: 'Set Up a Bookable Spaces', - onPressed: () { + onPressed: () { final bloc = context.read(); showDialog( context: context,