Refactor code
This commit is contained in:
@@ -160,7 +160,7 @@ export default class Operation extends React.Component {
|
||||
{ summary }
|
||||
</div>
|
||||
}
|
||||
<span className="opblock-summary-operation-id">{operationId}</span>
|
||||
{ operationId ? <span className="opblock-summary-operation-id">{operationId}</span> : null }
|
||||
{
|
||||
(!security || !security.count()) ? null :
|
||||
<AuthorizeOperationBtn authActions={ authActions }
|
||||
|
||||
Reference in New Issue
Block a user