Skip to content

Commit

Permalink
fix(app): remove title prop from LPC button
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Nov 13, 2024
1 parent e87fe8c commit 69e4aa6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ export function SetupLabwarePositionCheck(
) : null}
<PrimaryButton
textTransform={TYPOGRAPHY.textTransformCapitalize}
title={t('run_labware_position_check')}
onClick={() => {
launchLPC()
setIsShowingLPCSuccessToast(false)
Expand Down

0 comments on commit 69e4aa6

Please sign in to comment.