@omniumretail/component-library 1.2.64 → 1.2.65

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.2.64",
3
+ "version": "1.2.65",
4
4
  "private": false,
5
5
  "main": "dist/bundle.js",
6
6
  "typings": "./dist/types/index",
@@ -147,7 +147,7 @@ export const CategoryResponse = React.forwardRef((props: CategoryResponse, ref)
147
147
  : null)
148
148
  : question.Answer)
149
149
  : question.Answer
150
- : data.StartDate,
150
+ : question.Answer,
151
151
  Note: question.Note || "",
152
152
  IsMultipleChoise: question.IsMultipleChoise || false,
153
153
  IsNumerical: question.IsNumerical || false,