Skip to content

Commit

Permalink
Feat/results view header (#1349)
Browse files Browse the repository at this point in the history
* feat(no-access): add no access message (#1301)

* feat(resultsViewHeader): Updated pageTitle prop to include selectedRow name on Results page

* feat(resultsViewHeader): Reverted unintentionally changed file

---------

Co-authored-by: Thanh Dang Nguyen <thanhnd@uchicago.edu>
  • Loading branch information
1 parent fec3e98 commit ab1286e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Analysis/GWASResults/Views/Results/Results.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Results = () => {
<section className='results-top'>
<div className='GWASResults-flex-row'>
<div className='GWASResults-flex-col'>
<DetailPageHeader pageTitle={'Results'} />
<DetailPageHeader pageTitle={`Results / ${name}`} />
</div>
<div>
<Button onClick={downloadAll}>Download All Results</Button>
Expand Down

0 comments on commit ab1286e

Please sign in to comment.