@asd20/ui 3.2.458 → 3.2.459
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
|
@@ -180,7 +180,6 @@ export default {
|
|
|
180
180
|
},
|
|
181
181
|
primaryMessage() {
|
|
182
182
|
const introMessage = this.primaryMessages.slice(0, 1)
|
|
183
|
-
console.log(introMessage)
|
|
184
183
|
if ((introMessage[0].bodyHtml === '' || null) || (introMessage[0].detailLink !== '' || null)) return
|
|
185
184
|
return introMessage
|
|
186
185
|
},
|