Skip to content

Commit

Permalink
feat: #3353 review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adipaul1981 committed Jun 29, 2021
1 parent 5271fb2 commit 70e3c62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/studies/StudyTableContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ const StudyTable = (props: Props) => {
<div>
<div className={styles.tableHeader}>
Showing <Text strong>{total}</Text>
<span> out of </span>
<Text strong>{total}</Text>
<span> studies </span>
</div>
<Table
columns={studiesColumns(props.currentVirtualStudy, props.onClickStudyLink)}
Expand Down

0 comments on commit 70e3c62

Please sign in to comment.