mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-09 06:55:03 +00:00
feat: response size
This commit is contained in:
@@ -50,7 +50,7 @@ const ResponsePane = ({rightPaneWidth, response, isLoading}) => {
|
||||
<div className="flex flex-grow justify-end items-center">
|
||||
<StatusCode status={response.status}/>
|
||||
<ResponseTime duration={response.duration}/>
|
||||
<ResponseSize />
|
||||
<ResponseSize size={response.size}/>
|
||||
</div>
|
||||
) : null }
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user