@@ -72,7 +72,9 @@ export default class Parameters extends Component {
|
|||||||
return (
|
return (
|
||||||
<div className="opblock-section">
|
<div className="opblock-section">
|
||||||
<div className="opblock-section-header">
|
<div className="opblock-section-header">
|
||||||
|
<div className="tab-header">
|
||||||
<h4 className="opblock-title">Parameters</h4>
|
<h4 className="opblock-title">Parameters</h4>
|
||||||
|
</div>
|
||||||
{ allowTryItOut ? (
|
{ allowTryItOut ? (
|
||||||
<TryItOutButton enabled={ tryItOutEnabled } onCancelClick={ onCancelClick } onTryoutClick={ onTryoutClick } />
|
<TryItOutButton enabled={ tryItOutEnabled } onCancelClick={ onCancelClick } onTryoutClick={ onTryoutClick } />
|
||||||
) : null }
|
) : null }
|
||||||
|
|||||||
Reference in New Issue
Block a user