@asd20/ui 3.2.467 → 3.2.468

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.467",
8
+ "version": "3.2.468",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -10,7 +10,7 @@
10
10
 
11
11
  <asd20-people-list
12
12
  class="relatedPeople"
13
- v-if="people.length && !noPeople"
13
+ v-if="peopleFeedProps && !noPeople"
14
14
  :people="people"
15
15
  v-bind="peopleFeedProps"
16
16
  :multi-column="full"
@@ -42,7 +42,7 @@
42
42
 
43
43
  <intersect v-if="filesFeedProps" @enter="$emit('files-in-view')">
44
44
  <asd20-file-list
45
- v-if="files.length && !noFiles"
45
+ v-if="filesFeedProps && !noFiles"
46
46
  class="relatedFiles"
47
47
  v-bind="filesFeedProps"
48
48
  :files="files"
@@ -214,6 +214,7 @@ export default {
214
214
  const useSidebar =
215
215
  this.firstMessage &&
216
216
  this.firstMessage.bodyHtml &&
217
+ this.firstMessage.bodyHtml !== '<p></p>' &&
217
218
  this.desktop &&
218
219
  this.primaryMessages.length < 3
219
220
  const relatedLinksContainImages =