File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,14 @@ const DropdownAssistant = () => {
7979 className = "relative pr-6 hover:bg-main-view-fg/4 rounded-sm"
8080 key = { assistant . id }
8181 >
82- < DropdownMenuItem className = "hover:bg-transparent" >
83- < div
84- className = "text-main-view-fg/70 cursor-pointer flex gap-2 w-full"
85- onClick = { ( ) => {
86- setCurrentAssistant ( assistant )
87- updateCurrentThreadAssistant ( assistant )
88- } }
89- >
82+ < DropdownMenuItem
83+ className = "hover:bg-transparent"
84+ onClick = { ( ) => {
85+ setCurrentAssistant ( assistant )
86+ updateCurrentThreadAssistant ( assistant )
87+ } }
88+ >
89+ < div className = "text-main-view-fg/70 cursor-pointer flex gap-2 w-full" >
9090 { assistant ?. avatar && (
9191 < div className = "shrink-0 relative w-4 h-4" >
9292 < AvatarEmoji
You can’t perform that action at this time.
0 commit comments