Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl11 committed Jan 28, 2025
1 parent 7df2d22 commit b10e319
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ export function SelectModules(props: WizardTileProps): JSX.Element | null {
<Flex flexDirection={DIRECTION_COLUMN}>
<Flex flexDirection={DIRECTION_COLUMN} gridGap={SPACING.spacing12}>
{filteredSupportedModules.length > 0 ||
// note (kk:09/26/2024) the condition for absorbanceReaderV1 will be removed when ff is removed
!(
filteredSupportedModules.length === 1 &&
filteredSupportedModules[0] === 'absorbanceReaderV1'
Expand Down

0 comments on commit b10e319

Please sign in to comment.