Update app/assets/javascripts/components/Dropdown.tsx

Co-authored-by: Antonella Sgarlatta <antsgar@gmail.com>
This commit is contained in:
Aman Harwara
2021-10-04 19:00:57 +05:30
committed by GitHub
parent 24289a9322
commit fc226043fa

View File

@@ -32,7 +32,7 @@ type ListboxButtonProps = {
isExpanded: boolean;
};
const customDropdownButton: FunctionComponent<ListboxButtonProps> = ({
const CustomDropdownButton: FunctionComponent<ListboxButtonProps> = ({
label,
isExpanded,
icon,