This commit is contained in:
Mathew Pareles 2025-03-12 05:06:16 -07:00
parent 378ef493b5
commit bb370b390c

View file

@ -1099,6 +1099,8 @@ const ToolRequestAcceptRejectButtons = ({ voidToolId }: { voidToolId: string })
</button>
)
// const isCancelled = state.cancelled || (!isLastMessage && state.awaiting)
return <div className="flex gap-2 my-1">
{approveButton}
{cancelButton}