Skip to content

Commit

Permalink
Fix: small tweak to not show divider after the last section
Browse files Browse the repository at this point in the history
Signed-off-by: Daishan Peng <[email protected]>
  • Loading branch information
StrongMonkey committed Aug 22, 2024
1 parent 7317006 commit f2c572a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/threads/new.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const NewThread = ({ className }: NewThreadProps) => {
</DropdownItem>
))}
</DropdownSection>
<DropdownSection title="Explore" showDivider>
<DropdownSection title="Explore">
<DropdownItem key="My Assistants" href="/build">
{'My Assistants'}
</DropdownItem>
Expand Down

0 comments on commit f2c572a

Please sign in to comment.