@omniumretail/component-library 1.2.10 → 1.2.11

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.10",
3
+ "version": "1.2.11",
4
4
  "private": false,
5
5
  "main": "dist/bundle.js",
6
6
  "typings": "./dist/types/index",
@@ -143,8 +143,8 @@ export const CategoryResponse = React.forwardRef((props: CategoryResponse, ref)
143
143
  ? dayjs.unix(Number(question?.Answer?.[0]))
144
144
  : null)
145
145
  : question.Answer)
146
- : question.StartDate
147
- : data.Answer,
146
+ : data.StartDate
147
+ : question.Answer,
148
148
  Note: question.Note || "",
149
149
  IsMultipleChoise: question.IsMultipleChoise || false,
150
150
  IsNumerical: question.IsNumerical || false,