Преглед на файлове

fix: don't show whitespace when no options are selected (#2493)

Richard Shiue преди 2 години
родител
ревизия
99ad9dcaff
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart

+ 3 - 0
frontend/appflowy_flutter/lib/plugins/database_view/calendar/presentation/calendar_day.dart

@@ -161,6 +161,9 @@ class CalendarDayCard extends StatelessWidget {
     });
 
     renderHook.addSelectOptionHook((selectedOptions, cardData, _) {
+      if (selectedOptions.isEmpty) {
+        return const SizedBox.shrink();
+      }
       final children = selectedOptions.map(
         (option) {
           return SelectOptionTag.fromOption(