project-booster-vue 10.22.5 → 10.22.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": "project-booster-vue",
3
- "version": "10.22.5",
3
+ "version": "10.22.6",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -155,7 +155,9 @@
155
155
  </div>
156
156
 
157
157
  <template
158
- v-if="notification && areConditionsValid(notification.conditions || [], props.answers, props.runtimeOptions)"
158
+ v-if="
159
+ notification && areConditionsValid(notification.conditions || false, props.answers, props.runtimeOptions)
160
+ "
159
161
  >
160
162
  <m-notification class="pb-question__notifications" :type="notification.type">
161
163
  <template #default>