diff --git a/StartPlan.tsx b/StartPlan.tsx index 55939de..bd416fd 100644 --- a/StartPlan.tsx +++ b/StartPlan.tsx @@ -166,26 +166,29 @@ export default function StartPlan() { innerRef={unitRef} /> )} - ( - select(index)} - left={() => ( - - select(index)} - value={index.toString()} - status={selected === index ? 'checked' : 'unchecked'} - color={color} - /> - - )} - /> - )} - /> + {counts && distinctSets && ( + ( + select(index)} + left={() => ( + + select(index)} + value={index.toString()} + status={selected === index ? 'checked' : 'unchecked'} + color={color} + /> + + )} + /> + )} + /> + )}