@centreon/ui 25.2.1 → 25.2.2

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": "@centreon/ui",
3
- "version": "25.2.1",
3
+ "version": "25.2.2",
4
4
  "description": "Centreon UI Components",
5
5
  "scripts": {
6
6
  "update:deps": "pnpx npm-check-updates -i --format group",
@@ -707,7 +707,7 @@ const Listing = <
707
707
  ) : (
708
708
  <EmptyResult
709
709
  label={
710
- labelNoResultFound || t(defaultLabelNoResultFound)
710
+ labelNoResultFound ? t(labelNoResultFound) : t(defaultLabelNoResultFound)
711
711
  }
712
712
  />
713
713
  ))}