Skip to content

Commit b2474ef

Browse files
committed
v1.0.6
1 parent 2476975 commit b2474ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Features/ERDDAP/waterLevel/TidesTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const TidesTable = ({ platform, standardName, datumOffset }: TidesTablePr
5959
<Nav tabs={true} key="nav-0">
6060
{nextTides &&
6161
nextTides.map((nt, i) => {
62-
return <ContentTab name={nt.name} index={i} setOpen={setKey} active={key === i} />
62+
return <ContentTab name={`${nt.name} ${nt.type}`} index={i} setOpen={setKey} active={key === i} />
6363
})}
6464
</Nav>
6565
<TabContent activeTab={key} key="tab-content-1">

0 commit comments

Comments
 (0)