Skip to content

Commit

Permalink
Revert "fix: singular thread when there is only one thread"
Browse files Browse the repository at this point in the history
This reverts commit 8351eef.
  • Loading branch information
thedadams committed Oct 22, 2024
1 parent 8351eef commit c7b5650
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ui/admin/app/routes/_auth.agents._index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,7 @@ export default function Threads() {
className="px-0"
>
<TypographyP>
{info.getValue() +
(info.getValue() === "1"
? " Thread"
: " Threads")}
{info.getValue()} Threads
</TypographyP>
</Link>
</Button>
Expand Down

0 comments on commit c7b5650

Please sign in to comment.