Skip to content

Commit c37029d

Browse files
authored
Merge pull request #1165 from marwyg/patch-1
Remove wrong component description
2 parents 3e1a071 + 277ff56 commit c37029d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shared/DropDown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export type DropDownOption = {
1616
}
1717

1818
/**
19-
* This component provides a bar chart for visualising (statistics) data
19+
* This component renders a dropdown menu using react-select
2020
*/
2121
const DropDown = <T, >({
2222
ref = React.createRef<SelectInstance<any, boolean, GroupBase<any>>>(),

0 commit comments

Comments
 (0)