mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-09 14:44:51 +03:00
Hide HTTP status code in response title
This commit is contained in:
parent
639c6e4715
commit
8c307b5a6d
|
@ -26,7 +26,7 @@ export class ResponseTitle extends React.PureComponent<ResponseTitleProps> {
|
|||
float={'left'}
|
||||
/>
|
||||
)}
|
||||
<strong>{code} </strong>
|
||||
{/* <strong>{code} </strong> */}
|
||||
<Markdown compact={true} inline={true} source={title} />
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user