mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 16:46:34 +03:00
Add todo to Endpoint component
This commit is contained in:
parent
8e6b9e8380
commit
bf255a4118
|
@ -36,6 +36,8 @@ export class Endpoint extends React.PureComponent<EndpointProps, EndpointState>
|
|||
render() {
|
||||
const { operation } = this.props;
|
||||
const { expanded } = this.state;
|
||||
|
||||
// TODO: highlight server variables, e.g. https://{user}.test.com
|
||||
return (
|
||||
<OperationEndpointWrap>
|
||||
<EndpointInfo onClick={this.toggle} expanded={expanded}>
|
||||
|
|
Loading…
Reference in New Issue
Block a user