Skip to content

Commit

Permalink
Add count of geneds
Browse files Browse the repository at this point in the history
  • Loading branch information
xavilien committed Oct 9, 2024
1 parent 56a835f commit 0d87489
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/frontend/src/components/GenedsViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ const GenedsViewer = () => {
form in the sidebar!
</span>
</div>
<div className="px-3 pt-2 text-gray-600">
<b>{data.length}</b> geneds found
</div>
{
!loggedIn && (
<div className="flex justify-center">
Expand Down

0 comments on commit 0d87489

Please sign in to comment.