fix syntax

This commit is contained in:
Ava Shilling 2026-01-22 13:43:48 -05:00
parent fa0489e401
commit 5938b15820

View file

@ -408,7 +408,6 @@ class _ActivityChoicesWidget extends StatelessWidget {
final cardHeight = (constrainedHeight / (choices.length + 1))
.clamp(50.0, 80.0);
return Column(
return ValueListenableBuilder(
valueListenable: controller.enableChoicesNotifier,
builder: (context, enabled, __) => Column(