Browse Source

fix: widget errors

appflowy 2 years ago
parent
commit
9f845adc74
1 changed files with 1 additions and 3 deletions
  1. 1 3
      frontend/app_flowy/lib/plugins/grid/presentation/grid_page.dart

+ 1 - 3
frontend/app_flowy/lib/plugins/grid/presentation/grid_page.dart

@@ -312,9 +312,7 @@ class _GridFooter extends StatelessWidget {
           height: GridSize.footerHeight,
           height: GridSize.footerHeight,
           child: Padding(
           child: Padding(
             padding: GridSize.footerContentInsets,
             padding: GridSize.footerContentInsets,
-            child: const Expanded(
-              child: SizedBox(height: 40, child: GridAddRowButton()),
-            ),
+            child: const SizedBox(height: 40, child: GridAddRowButton()),
           ),
           ),
         ),
         ),
       ),
       ),