Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
OrdiNeu committed May 3, 2024
1 parent ce4f20a commit 0b0c1ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/layout/MainLayout/Header/ProfileSection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ function ProfileSection() {
<CardContent className={classes.cardContent}>
<Grid container direction="column" spacing={0}>
<Grid item className={classes.flex}>
<Typography variant="h4">Hello, !</Typography>
<Typography variant="h4">Hello!</Typography>
{/* <Typography component="span" variant="h4" className={classes.name}>
First Name Last Name
</Typography> */}
Expand Down
1 change: 0 additions & 1 deletion src/views/clinicalGenomic/widgets/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ function StyledCheckboxList(props) {
} else {
ids = [ids];
}
console.log(ids);

if (isExclusion ? !isChecked : isChecked) {
setChecked((_) => {
Expand Down

0 comments on commit 0b0c1ce

Please sign in to comment.