Skip to content

Commit

Permalink
add comment about what we decided
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Nov 22, 2024
1 parent 722b580 commit 3c1437e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions protocol-designer/src/organisms/DisabledScreen/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ import {
} from '@opentrons/components'
import { getTopPortalEl } from '../../components/portals/TopPortal'

// Note: We decided not to use this component for the release.
// We will find out a better way to handle responsiveness with user's screen size issue.
// This component may be used in the future. If not, we will remove it.
export function DisabledScreen(): JSX.Element {
const { t } = useTranslation('shared')

Expand Down

0 comments on commit 3c1437e

Please sign in to comment.