add isShown prop

This commit is contained in:
Greg Thompson
2017-12-04 14:14:28 -06:00
parent 0b8cd7e32f
commit 661b60fade
3 changed files with 5 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ export default class Operations extends React.Component {
id={isShownKey.join("-")}>
<DeepLinkingLink
isDeepLinkingEnabled={isDeepLinkingEnabled}
isShown={showTag}
path={tag}
text={tag} />
{ !tagDescription ? null :