diff --git a/front_end/src/components/forecast_maker/forecast_choice_option.tsx b/front_end/src/components/forecast_maker/forecast_choice_option.tsx index f96a39fe83..74119e4aba 100644 --- a/front_end/src/components/forecast_maker/forecast_choice_option.tsx +++ b/front_end/src/components/forecast_maker/forecast_choice_option.tsx @@ -335,7 +335,10 @@ const ForecastChoiceOption = ({ )} colSpan={4} > - {SliderElement} +
+
{SliderElement}
+ {menu &&
{menu}
} +