Skip to content

Commit

Permalink
Merge pull request #532 from KPMP/KPMP-5138_update_tooltip_text
Browse files Browse the repository at this point in the history
KPMP-5138: update tooltip text for homepage tables
  • Loading branch information
rlreamy authored Jul 1, 2024
2 parents 66d182c + e250663 commit 25b78dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
5 changes: 1 addition & 4 deletions src/components/Home/AvailableDatasetsTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,7 @@ class AvailableDatasetsTable extends Component {
target="AllHeader">
Repository files including KPMP and non-KPMP data
</UncontrolledTooltip>
</span>


,
</span>,
name: 'totalCount',
getCellValue: row => this.handleEmptyCounts(row.totalCount, row, null),
}
Expand Down
9 changes: 4 additions & 5 deletions src/components/Home/SamplesByDataTypeTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,16 +157,15 @@ class SamplesByDataTypeTable extends Component {
{
title:
<span>
<span className="table-header data-type-table-header" id="AllHeader">
<span className="table-header data-type-table-header" id="AllParticipantsHeader">
ALL
</span>
<UncontrolledTooltip
placement="bottom"
target="AllHeader">
Repository files including KPMP and non-KPMP data
target="AllParticipantsHeader">
All Participants
</UncontrolledTooltip>
</span>
,
</span>,
name: 'totalCount'
}
]
Expand Down

0 comments on commit 25b78dd

Please sign in to comment.