@omniumretail/component-library 1.1.86 → 1.1.87

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": "@omniumretail/component-library",
3
- "version": "1.1.86",
3
+ "version": "1.1.87",
4
4
  "private": false,
5
5
  "main": "dist/bundle.js",
6
6
  "typings": "./dist/types/index",
@@ -334,7 +334,7 @@ export const CategoryResponse = React.forwardRef((props: CategoryResponse, ref)
334
334
 
335
335
  }
336
336
 
337
- {question?.Actions &&
337
+ {question?.Actions?.length > 0 &&
338
338
  <div className={styles.actionContainer}>
339
339
  <span className={styles.note}>{t('components.categoryResponse.actions')}: </span>
340
340