There was an error while loading. Please reload this page.
1 parent 5609723 commit 16b7c09Copy full SHA for 16b7c09
1 file changed
frontend/src/controls/Dock.tsx
@@ -61,7 +61,7 @@ const Dock = (): React.ReactElement => {
61
62
const body = React.useMemo(() => {
63
const dockStatusIsRelevant = mopDockCleanTriggerSupported || mopDockDryTriggerSupported;
64
- const commandIsExecuting = emptyIsExecuting || mopDockCleanCommandExecuting || mopDockDryCommandExecuting;
+ const commandIsExecuting = mopDockCleanCommandExecuting || mopDockDryCommandExecuting;
65
const mopAttachmentAttached = attachments?.find(a => {
66
return a.type === "mop";
67
})?.attached === true;
@@ -144,7 +144,6 @@ const Dock = (): React.ReactElement => {
144
attachments,
145
dockState,
146
dockStatus,
147
- emptyIsExecuting,
148
isPending,
149
mopDockCleanCommandExecuting,
150
mopDockCleanTriggerSupported,
0 commit comments