@getlupa/client 0.7.0-alpha-23 → 0.7.0-alpha-24

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.
@@ -17044,7 +17044,11 @@ var __vue_render__$x = function () {
17044
17044
  })
17045
17045
  }),
17046
17046
  _vm._v(" "),
17047
- _c("SearchResultGeneratedBadges", { attrs: { options: _vm.options } }),
17047
+ _vm.position === "card"
17048
+ ? _c("SearchResultGeneratedBadges", {
17049
+ attrs: { options: _vm.options },
17050
+ })
17051
+ : _vm._e(),
17048
17052
  ],
17049
17053
  2
17050
17054
  ),
@@ -17040,7 +17040,11 @@ var __vue_render__$x = function () {
17040
17040
  })
17041
17041
  }),
17042
17042
  _vm._v(" "),
17043
- _c("SearchResultGeneratedBadges", { attrs: { options: _vm.options } }),
17043
+ _vm.position === "card"
17044
+ ? _c("SearchResultGeneratedBadges", {
17045
+ attrs: { options: _vm.options },
17046
+ })
17047
+ : _vm._e(),
17044
17048
  ],
17045
17049
  2
17046
17050
  ),