mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 06:04:56 +03:00
Linting
This commit is contained in:
parent
ed8dc62d32
commit
9fd7617e28
|
@ -28,7 +28,9 @@ export class Extensions extends React.PureComponent<ExtensionsProps> {
|
|||
Object.keys(this.props.extensions).map(key => (
|
||||
<Extension key={key}>
|
||||
<FieldLabel>{key.substring(2)}:</FieldLabel>
|
||||
<ExtensionValue>{JSON.stringify(this.props.extensions[key]).replace(/(^")|("$)/g, '')}</ExtensionValue>
|
||||
<ExtensionValue>
|
||||
{JSON.stringify(this.props.extensions[key]).replace(/(^")|("$)/g, '')}
|
||||
</ExtensionValue>
|
||||
</Extension>
|
||||
))}
|
||||
</>
|
||||
|
|
Loading…
Reference in New Issue
Block a user