@ndla/ui 3.0.13 → 3.0.14-alpha.0

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": "@ndla/ui",
3
- "version": "3.0.13",
3
+ "version": "3.0.14-alpha.0+a3b19f37a",
4
4
  "description": "UI component library for NDLA.",
5
5
  "license": "GPL-3.0",
6
6
  "main": "lib/index.js",
@@ -92,5 +92,5 @@
92
92
  "publishConfig": {
93
93
  "access": "public"
94
94
  },
95
- "gitHead": "815d8d7d88d2a021c35f96421eb357925c0c2b6b"
95
+ "gitHead": "a3b19f37abf321910c55d4b2f32f86e9e9129b75"
96
96
  }
@@ -247,7 +247,7 @@ const ResourceItem = ({
247
247
  return (
248
248
  <ListElement
249
249
  contentType={contentType}
250
- hidden={hidden}
250
+ hidden={hidden && !active}
251
251
  active={active}
252
252
  additional={additional}
253
253
  extraBottomMargin={extraBottomMargin}>