Skip to content

Commit

Permalink
chore: clean up discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
damian-molinski committed Sep 24, 2024
1 parent f3b6fd5 commit eb35c3d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions catalyst_voices/lib/pages/discovery/discovery_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ class _Segment extends StatelessWidget {
VoicesDialog.show<void>(
context: context,
builder: (context) {
return VoicesDesktopPanelsDialog(
left: Center(child: TaskKeychainPicture()),
right: Column(),
);
return const VoicesDesktopInfoDialog(title: Text(''));
},
),
Expand Down

0 comments on commit eb35c3d

Please sign in to comment.