Skip to content

Commit 9f845ad

Browse files
committed
fix: widget errors
1 parent 79cb3ea commit 9f845ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

frontend/app_flowy/lib/plugins/grid/presentation/grid_page.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,7 @@ class _GridFooter extends StatelessWidget {
312312
height: GridSize.footerHeight,
313313
child: Padding(
314314
padding: GridSize.footerContentInsets,
315-
child: const Expanded(
316-
child: SizedBox(height: 40, child: GridAddRowButton()),
317-
),
315+
child: const SizedBox(height: 40, child: GridAddRowButton()),
318316
),
319317
),
320318
),

0 commit comments

Comments
 (0)