Skip to content

Commit

Permalink
Update catalogue known calves
Browse files Browse the repository at this point in the history
  • Loading branch information
samwisekind committed Sep 17, 2024
1 parent 666d180 commit 9400662
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/research/catalogues/bottlenose-dolphin/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,8 @@ const Page: NextPage<PageProps> = ({
{sex === 'UNKNOWN' ? <Unknown /> : sex}
</li>
<li className={[styles['info-item-wide'], styles['info-item-calves']].join(' ')}>
<b>Total Number Of Calves</b>
<b>Total No. Of Known Calves</b>
{totalCalves ?? <Unknown />}
<Tooltip text="Combined number of known calves across the CRRU and AULFS catalogues" />
</li>

<li className={[styles['info-item-half'], styles['info-item-dorsal-fin-left']].join(' ')}>
Expand Down

0 comments on commit 9400662

Please sign in to comment.