Skip to content

Commit

Permalink
chore: address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MounirDhahri committed Jul 31, 2024
1 parent 60611d8 commit 6303e1d
Show file tree
Hide file tree
Showing 18 changed files with 537 additions and 214 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
"supercluster": "7.1.5",
"unleash-proxy-client": "3.1.1",
"url": "0.11.3",
"uuid": "10.0.0",
"victory-native": "36.6.8",
"yup": "0.31.1"
},
Expand Down Expand Up @@ -253,6 +254,7 @@
"@types/styled-system": "5.1.16",
"@types/styled-system__theme-get": "5.0.2",
"@types/supercluster": "5.0.3",
"@types/uuid": "10.0.0",
"@types/yup": "0.29.13",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ describe("MyCollectionWhySell", () => {
framedWidth: undefined,
internalID: "someInternalId",
isFramed: undefined,
condition: undefined,
conditionDescription: undefined,
},
attributionClass: "UNIQUE",
category: undefined,
Expand Down Expand Up @@ -123,6 +125,8 @@ describe("MyCollectionWhySell", () => {
utmTerm: "",
width: "13",
year: "2019",
additionalDocuments: [],
externalId: null,
},
},
})
Expand Down Expand Up @@ -239,6 +243,8 @@ describe("MyCollectionWhySell", () => {
framedWidth: undefined,
internalID: "someInternalId",
isFramed: undefined,
condition: undefined,
conditionDescription: undefined,
},
attributionClass: "UNIQUE",
category: undefined,
Expand Down Expand Up @@ -274,6 +280,8 @@ describe("MyCollectionWhySell", () => {
utmTerm: "",
width: "13",
year: "2019",
additionalDocuments: [],
externalId: null,
},
},
})
Expand Down
Loading

0 comments on commit 6303e1d

Please sign in to comment.