Skip to content

Commit 2eadd4f

Browse files
rm commented out code
1 parent a4f0ef4 commit 2eadd4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/widgets/help_collection/horizontal_help_widget.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class HorizontalHelpWidget extends StatelessWidget {
3232
constraints: const BoxConstraints.tightFor(width: 340),
3333
child: CardRounded(
3434
padding: const EdgeInsets.only(right: 3, left: 3, bottom: 12, top: 6),
35-
// width: 366,
3635
child: LinksCardWidget(
3736
options: defaultOptionsList,
3837
onClose: _controller.goBack,

0 commit comments

Comments
 (0)