Skip to content

Commit b7f323c

Browse files
committed
Cleanup
1 parent 443daf4 commit b7f323c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

webview-ui/src/components/chat/FollowUpSuggest.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ export const FollowUpSuggest = ({ suggestions = [], onSuggestionClick, ts = 1 }:
3434
className="text-left whitespace-normal break-words w-full h-auto py-3 justify-start pr-8"
3535
onClick={(event) => handleSuggestionClick(suggestion, event)}
3636
aria-label={suggestion}>
37-
<div className="flex flex-row items-center gap-2">
38-
<div>{suggestion}</div>
39-
</div>
37+
<div>{suggestion}</div>
4038
</Button>
4139
<div
4240
className="absolute top-1 right-1 opacity-0 group-hover:opacity-100 transition-opacity"

0 commit comments

Comments
 (0)