diff --git a/client/components/dropdown/dropdown.jsx b/client/components/dropdown/dropdown.jsx
index c218ad476..2e2463233 100644
--- a/client/components/dropdown/dropdown.jsx
+++ b/client/components/dropdown/dropdown.jsx
@@ -40,7 +40,7 @@ const Dropdown = ({ groupName, className = null, icon, children, color = null, i
const trigger = (groupName)=>{
if(!customTrigger){
return <>
- {groupName}
+ {groupName}
>;
} else {
return customTrigger;
@@ -54,7 +54,6 @@ const Dropdown = ({ groupName, className = null, icon, children, color = null, i
className={['menu-item', color, className].join(' ')}
popoverTarget={menuId}
icon={icon}
- ismenu={{ caretDirection: isSubMenu ? 'right' : 'down' }}
aria-haspopup='menu'
role='menuitem'
>