@asd20/ui 3.2.502 → 3.2.503

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.502",
8
+ "version": "3.2.503",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -200,10 +200,11 @@ export default {
200
200
  imageCaption = coverImage.metadata
201
201
  ? coverImage.metadata.alt
202
202
  : coverImage.alt || ''
203
- } else if (firstVideo) {
204
- imageUrl = firstVideo.coverImageUrl
205
- imageCaption = firstVideo.title
206
- }
203
+ }
204
+ // else if (firstVideo) {
205
+ // imageUrl = firstVideo.coverImageUrl
206
+ // imageCaption = firstVideo.title
207
+ // }
207
208
 
208
209
  imageCaption = imageCaption || this.firstMessage.title
209
210