Skip to content

Commit

Permalink
fix: hide divider in LLMChatCard (#2771)
Browse files Browse the repository at this point in the history
<!--
Please precisely, concisely, and concretely describe what this PR changes, the rationale behind codes,
and how it affects the users and other developers.
-->

This PR is for the conditional divider �render that is missing from the #2762 PR.

|before|after|
|---|---|
|![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/lSyr8xXz1wdXALkJKzVx/e43dc73e-8a82-4809-88cc-ed40fa5189d5.png)|![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/lSyr8xXz1wdXALkJKzVx/cc530c3f-fd0b-4637-a569-5195b3d3645a.png)|

- [ ] Mention to the original issue
- [ ] Documentation
- [ ] Minium required manager version
- [ ] Specific setting for review (eg., KB link, endpoint or how to setup)
- [ ] Minimum requirements to check during review
- [ ] Test case(s) to demonstrate the difference of before/after
  • Loading branch information
ironAiken2 committed Oct 28, 2024
1 parent 9104f0a commit 58c5aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/components/lablupTalkativotUI/LLMChatCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const LLMChatCard: React.FC<LLMChatCardProps> = ({
);
},
},
{
showCompareMenuItem && {
type: 'divider',
},
{
Expand Down

0 comments on commit 58c5aac

Please sign in to comment.