Skip to content

Commit

Permalink
move EstopTakeover component below maintenanceRunTakeover so we dont …
Browse files Browse the repository at this point in the history
…show the remote-controlled takeover modal when we are automatically moving the plate reader lid
  • Loading branch information
vegano1 committed Oct 23, 2024
1 parent 6861d3d commit 6c4de3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/App/OnDeviceDisplayApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ export const OnDeviceDisplayApp = (): JSX.Element => {
<SleepScreen />
) : (
<>
<EstopTakeover />
<IncompatibleModuleTakeover isOnDevice={true} />
<MaintenanceRunTakeover>
<EstopTakeover />
<FirmwareUpdateTakeover />
<NiceModal.Provider>
<ToasterOven>
Expand Down

0 comments on commit 6c4de3e

Please sign in to comment.