@omniumretail/component-library 1.1.35 → 1.1.36

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.35",
3
+ "version": "1.1.36",
4
4
  "private": false,
5
5
  "main": "dist/bundle.js",
6
6
  "typings": "./dist/types/index",
@@ -120,7 +120,7 @@ export const CategoryContent = (props: categoryContent) => {
120
120
 
121
121
  {!categorySidebarData?.data?.children?.length &&
122
122
  <>
123
- {switchOpenAnswStatus &&
123
+ {!switchYesOrNoAnswStatus &&
124
124
  <div className={styles.openAnswer}>
125
125
  <Label isUppercase>
126
126
  {t('components.categoryContent.openAnswer')}
@@ -133,7 +133,7 @@ export const CategoryContent = (props: categoryContent) => {
133
133
  </div>
134
134
  }
135
135
 
136
- {switchYesOrNoAnswStatus &&
136
+ {!switchOpenAnswStatus &&
137
137
  <div className={styles.yesNoAnswer}>
138
138
  <Label isUppercase>
139
139
  {t('components.categoryContent.yesNoAnswer')}