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