Skip to content

Commit

Permalink
hide sequencing mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mayalb committed Jun 26, 2023
1 parent 23bd1a1 commit 11f7523
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const SideBarComponenent: React.FC<Props> = ({
onClickSetCollaborative(project.id, !project.collaborative)
}
/>
{user &&
{/* {user &&
<LabeledProgressSwitch
label={t('project.sequencing')}
checked={sequencing}
Expand All @@ -190,7 +190,7 @@ const SideBarComponenent: React.FC<Props> = ({
}
}
/>
}
} */}
<LabeledProgressSwitch
label={t('project.analyze')}
checked={!performance_mode}
Expand Down

0 comments on commit 11f7523

Please sign in to comment.