Skip to content

Commit 74d9cb4

Browse files
authored
fix(app): fix pipette info page flag for configuring or changing pipette (#7018)
1 parent 8bf5a71 commit 74d9cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/pages/Robots/InstrumentSettings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function InstrumentSettings(props: InstrumentSettingsProps): React.Node {
2828
<Page titleBarProps={titleBarProps}>
2929
<SettingsContent
3030
robotName={robotName}
31-
isChangingOrConfiguringPipette={pathname !== path}
31+
isChangingOrConfiguringPipette={pathname !== url}
3232
makeChangePipetteUrl={mnt => `${url}/change-pipette/${mnt}`}
3333
makeConfigurePipetteUrl={mnt => `${url}/configure-pipette/${mnt}`}
3434
/>

0 commit comments

Comments
 (0)