Merge branch 'master' into bug/3447-write-only

This commit is contained in:
Kyle
2017-08-10 17:16:51 -07:00
committed by GitHub
41 changed files with 2607 additions and 111 deletions

View File

@@ -127,10 +127,10 @@ export default class Response extends React.Component {
</td>
{specSelectors.isOAS3() ? <td>
{specSelectors.isOAS3() ? <td className="col response-col_links">
{ links ?
links.toSeq().map((link, key) => {
return <OperationLink key={key} name={key} link={ link }/>
return <OperationLink key={key} name={key} link={ link } getComponent={getComponent}/>
})
: <i>No links</i>}
</td> : null}