@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
|
@@ -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
|
|