Improve the message on CompareStudies

This commit is contained in:
c-bata
2023-05-10 12:32:17 +09:00
parent e540bb3d9d
commit bb236bdff7
@@ -89,7 +89,7 @@ export const CompareStudies: FC<{
}, [studies, query])
const studyListWidth = 200
const title = "Compare Studies"
const title = "Compare Studies (Experimental)"
useEffect(() => {
action.updateStudySummaries()
@@ -131,7 +131,7 @@ export const CompareStudies: FC<{
<List>
<ListSubheader sx={{ display: "flex", flexDirection: "row" }}>
<Typography sx={{ p: theme.spacing(1, 0) }}>
{studies.length} Studies
Compare studies with Shift+Click
</Typography>
<Box sx={{ flexGrow: 1 }} />
</ListSubheader>