Fix docExpansion: full regression

This commit is contained in:
Kyle Shockey
2017-11-10 22:34:55 -08:00
parent b0420729c9
commit e45b9b82a8

View File

@@ -138,7 +138,7 @@ export default class Operations extends React.Component {
{...op.toObject()} {...op.toObject()}
tagKey={tagKey} tagKey={tagKey}
operationKey={operationKey} operationKey={operationKey}
isShown={layoutSelectors.isShown(["operations", tagKey, operationKey])} isShown={layoutSelectors.isShown(["operations", tagKey, operationKey], docExpansion === "full")}
jumpToKey={jumpToKey} jumpToKey={jumpToKey}
showSummary={showSummary} showSummary={showSummary}
key={tagKey + operationKey} key={tagKey + operationKey}