Skip to content

Commit

Permalink
chore: remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
nbetsaif committed Sep 24, 2024
1 parent ec202eb commit 3cbc659
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ui/proposals/list/components/proposals_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class ProposalsView extends StatelessWidget {
Widget build(BuildContext context) {
return BlocBuilder<ProposalsBloc, ProposalsState>(
builder: (context, state) {
print(state.proposals[0].dao);
return HyphaPageBackground(
backgroundTexture: 'assets/images/graphics/wallet_background.png',
withOpacity: false,
Expand Down

0 comments on commit 3cbc659

Please sign in to comment.