@truedat/bg 8.6.3 → 8.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/bg",
3
- "version": "8.6.3",
3
+ "version": "8.6.6",
4
4
  "description": "Truedat Web Business Glossary",
5
5
  "sideEffects": [
6
6
  "**/*.css",
@@ -54,7 +54,7 @@
54
54
  "@testing-library/jest-dom": "^6.6.3",
55
55
  "@testing-library/react": "^16.3.0",
56
56
  "@testing-library/user-event": "^14.6.1",
57
- "@truedat/test": "8.6.3",
57
+ "@truedat/test": "8.6.6",
58
58
  "identity-obj-proxy": "^3.0.0",
59
59
  "jest": "^29.7.0",
60
60
  "redux-saga-test-plan": "^4.0.6"
@@ -87,5 +87,5 @@
87
87
  "semantic-ui-react": "^3.0.0-beta.2",
88
88
  "swr": "^2.3.3"
89
89
  },
90
- "gitHead": "3a4e629e4c63fdec993dfe357f9b11fdf7a62e8b"
90
+ "gitHead": "8a7cc3d7598dde1a52abbb9933118f4a90155d42"
91
91
  }
@@ -36,7 +36,7 @@ export const ConceptLinksActions = ({
36
36
  <ConceptLinkstRequestGrantButton disabled={!grantView} />
37
37
  </Fragment>
38
38
  ) : null}
39
- {canSuggestLinks && (
39
+ {canSuggestLinks ? (
40
40
  <SuggestLinkButton
41
41
  onSubmit={(prompt) =>
42
42
  navigate(linkTo.CONCEPT_LINKS_STRUCTURES_SUGGEST(params), {
@@ -44,7 +44,7 @@ export const ConceptLinksActions = ({
44
44
  })
45
45
  }
46
46
  />
47
- )}
47
+ ) : null}
48
48
  <Button
49
49
  primary
50
50
  as={Link}