Merge pull request #352 from c-bata/trial-table-details-link

Fix the link to trial detail page
This commit is contained in:
Masashi Shibata
2023-01-07 20:35:34 +09:00
committed by GitHub
@@ -218,7 +218,7 @@ export const TrialTable: FC<{
component={Link}
to={
URL_PREFIX +
`/studies/${trials[i].study_id}/trials/${trials[i].number}`
`/studies/${trials[i].study_id}/trials?numbers=${trials[i].number}`
}
color="inherit"
title="Go to the trial's detail page"