Skip to content

Commit

Permalink
(fix) collection ID typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EMaslowskiQ committed Jun 4, 2024
1 parent 8490f7f commit 16db8d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function SubjectListItem(props: SubjectListItemProps): React.ReactElement {
<Typography className={classes.label} variant='caption'>{name}</Typography>
</TableCell>
<TableCell style={cellStyle} align='left'>
<Typography className={classes.label} variant='caption'>{name}</Typography>
<Typography className={classes.label} variant='caption'>{collectionId}</Typography>
</TableCell>
</TableRow>
);
Expand Down

0 comments on commit 16db8d7

Please sign in to comment.