Skip to content

Commit

Permalink
chore: refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayaprakash-dev committed Feb 27, 2024
1 parent aa60331 commit 1569675
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,7 @@ class _OverviewBlockWidgetState extends State<WorkspaceOverviewBlockWidget>
..add(const WorkspaceOverviewEvent.initial()),
child: BlocBuilder<WorkspaceOverviewBloc, WorkspaceOverviewState>(
builder: (context, state) {
return _buildOverviewBlock(
state.view,
);
return _buildOverviewBlock(state.view);
},
),
);
Expand Down

0 comments on commit 1569675

Please sign in to comment.