Skip to content

Commit bd0fbc6

Browse files
committed
Merge branch 'master' of github.com:swagger-api/swagger-ui
2 parents 7827e0a + b8e1f1c commit bd0fbc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/swagger-ui-standalone-preset.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/standalone/layout.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default class StandaloneLayout extends React.Component {
7979
</div>
8080
) : null }
8181

82-
{ !schemes && securityDefinitions ? (
82+
{ (!schemes || !schemes.size) && securityDefinitions ? (
8383
<div className="scheme-container">
8484
<Col className="schemes wrapper" mobile={12}>
8585
{ securityDefinitions ? (

0 commit comments

Comments
 (0)