diff --git a/services/web/frontend/js/features/history/components/change-list/dropdown/history-dropdown.tsx b/services/web/frontend/js/features/history/components/change-list/dropdown/history-dropdown.tsx index 5448aa2fab..4636bdef56 100644 --- a/services/web/frontend/js/features/history/components/change-list/dropdown/history-dropdown.tsx +++ b/services/web/frontend/js/features/history/components/change-list/dropdown/history-dropdown.tsx @@ -14,7 +14,12 @@ function HistoryDropdown({ setIsOpened, }: HistoryDropdownProps) { return ( - + {children} )