diff --git a/apps/web/core/components/dropdowns/cycle/index.tsx b/apps/web/core/components/dropdowns/cycle/index.tsx index 49921d97eb..48a5f6e75a 100644 --- a/apps/web/core/components/dropdowns/cycle/index.tsx +++ b/apps/web/core/components/dropdowns/cycle/index.tsx @@ -84,51 +84,51 @@ export const CycleDropdown = observer(function CycleDropdown(props: Props) { }; const comboButton = button ? ( - - ) : ( - - ); + + ) : ( + + ); return ( - {button} - - ) : ( - + ) : ( + - ); + + )} + {dropdownArrow && ( +