diff --git a/src-web/components/HttpResponsePane.tsx b/src-web/components/HttpResponsePane.tsx index 27a5c315..b328ab53 100644 --- a/src-web/components/HttpResponsePane.tsx +++ b/src-web/components/HttpResponsePane.tsx @@ -165,11 +165,11 @@ export function HttpResponsePane({ style, className, activeRequestId }: Props) { {activeResponse.state === 'initialized' ? ( - - + + Sending Request - + ) : activeResponse.state === 'closed' && activeResponse.contentLength === 0 ? (