Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Mar 22, 2024
1 parent 5676bc5 commit 0e68d98
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions website/src/components/ReviewPage/ReviewPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ const NumberAndVisibility = ({
setVisibility: (value: boolean) => void;
visibilityEnabled: boolean;
}) => {
// checkbox number, text
return (
<div className='flex items-center gap-3 text-sm text-gray-600'>
<label>
Expand Down Expand Up @@ -113,8 +112,6 @@ const InnerReviewPage: FC<ReviewPageProps> = ({ clientConfig, organism, accessTo
}

if (hooks.getSequences.isLoading) {
// Type checking doesn't seem to understand how to handle the ref, so we need to..
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition, @typescript-eslint/strict-boolean-expressions
if (oldSequenceData) {
sequencesData = oldSequenceData;
} else {
Expand Down

0 comments on commit 0e68d98

Please sign in to comment.