We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf5a71 commit 74d9cb4Copy full SHA for 74d9cb4
app/src/pages/Robots/InstrumentSettings.js
@@ -28,7 +28,7 @@ export function InstrumentSettings(props: InstrumentSettingsProps): React.Node {
28
<Page titleBarProps={titleBarProps}>
29
<SettingsContent
30
robotName={robotName}
31
- isChangingOrConfiguringPipette={pathname !== path}
+ isChangingOrConfiguringPipette={pathname !== url}
32
makeChangePipetteUrl={mnt => `${url}/change-pipette/${mnt}`}
33
makeConfigurePipetteUrl={mnt => `${url}/configure-pipette/${mnt}`}
34
/>
0 commit comments