refactor: Use PascalCase naming
This commit is contained in:
@@ -85,7 +85,7 @@ export const Dropdown: FunctionComponent<DropdownProps> = ({
|
|||||||
children={({ value, label, isExpanded }) => {
|
children={({ value, label, isExpanded }) => {
|
||||||
const current = items.find((item) => item.value === value);
|
const current = items.find((item) => item.value === value);
|
||||||
const icon = current ? current?.icon : null;
|
const icon = current ? current?.icon : null;
|
||||||
return customDropdownButton({
|
return CustomDropdownButton({
|
||||||
value,
|
value,
|
||||||
label,
|
label,
|
||||||
isExpanded,
|
isExpanded,
|
||||||
|
|||||||
Reference in New Issue
Block a user