Skip to content

Commit 6d3bcf8

Browse files
authored
refactor(app): fix spacing in constant in SaveZPoint (#6584)
Fix a spacing issue in a constant that would cause the panel to display "the deck inslot 5"
1 parent a739bdc commit 6d3bcf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/CalibrationPanels/SaveZPoint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export function SaveZPoint(props: CalibrationPanelProps): React.Node {
113113
{JOG_UNTIL}
114114
<b>{` ${JUST_BARELY_TOUCHING} `}</b>
115115
{DECK_IN}
116-
<b>{TARGET_SLOT}.</b>
116+
<b>{` ${TARGET_SLOT}`}.</b>
117117
<br />
118118
<br />
119119
{THEN}

0 commit comments

Comments
 (0)