make-order-consistent

This commit is contained in:
Shinichi Hemmi
2023-11-16 14:59:41 +09:00
parent 4e6d7485c5
commit 075590240f
@@ -145,6 +145,8 @@ export const StudyDetail: FC<{
</Grid2>
</Box>
)
} else if (page === "trialList") {
content = <TrialList studyDetail={studyDetail} />
} else if (page === "trialTable") {
content = (
<Card sx={{ margin: theme.spacing(2) }}>
@@ -153,8 +155,6 @@ export const StudyDetail: FC<{
</CardContent>
</Card>
)
} else if (page === "trialList") {
content = <TrialList studyDetail={studyDetail} />
} else if (page === "note" && studyDetail !== null) {
content = (
<Box