diff --git a/invokeai/frontend/web/src/features/nodes/components/ui/NodeInvokeButton.tsx b/invokeai/frontend/web/src/features/nodes/components/ui/NodeInvokeButton.tsx index be5e5a943e..450287ecf3 100644 --- a/invokeai/frontend/web/src/features/nodes/components/ui/NodeInvokeButton.tsx +++ b/invokeai/frontend/web/src/features/nodes/components/ui/NodeInvokeButton.tsx @@ -43,21 +43,6 @@ export default function NodeInvokeButton(props: InvokeButton) { return ( - {!isReady && ( - - - - )} {iconButton ? ( )} + {!isReady && ( + + + + )} );