fix(sideBarDraggableComponent): fix indentation and closing tag placement for IconComponent in SidebarDraggableComponent
This commit is contained in:
parent
9db5f90acf
commit
b60fd7f04d
1 changed files with 2 additions and 2 deletions
|
|
@ -93,11 +93,11 @@ export default function SidebarDraggableComponent({
|
|||
>
|
||||
<span className="side-bar-components-text">{display_name}</span>
|
||||
<div>
|
||||
<SelectTrigger>
|
||||
<IconComponent
|
||||
<IconComponent
|
||||
name="Menu"
|
||||
className="side-bar-components-icon "
|
||||
/>
|
||||
<SelectTrigger>
|
||||
</SelectTrigger>
|
||||
<SelectContent>
|
||||
<SelectItem value={"download"}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue