Skip to content

Commit

Permalink
fix(app): fix bold styling on attach probe module cal step
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2268 committed Dec 11, 2023
1 parent c70ce59 commit 4c908d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/organisms/ModuleWizardFlows/AttachProbe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ export const AttachProbe = (props: AttachProbeProps): JSX.Element | null => {
i18nKey={'pipette_wizard_flows:install_probe'}
values={{ location: probeLocation }}
components={{
strong: <strong />,
block: <StyledText css={BODY_STYLE} />,
bold: <strong />,
}}
/>
{wasteChuteConflict && (
Expand Down

0 comments on commit 4c908d5

Please sign in to comment.