We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47441c commit 5043168Copy full SHA for 5043168
1 file changed
src/pages/profile/seller/Seller.tsx
@@ -160,7 +160,8 @@ export default function Seller() {
160
}
161
},
162
{
163
- enableCurationList: false
+ enableCurationList: false,
164
+ withNumExchanges: true
165
166
);
167
const {
@@ -345,7 +346,7 @@ export default function Seller() {
345
346
margin="0"
347
fontWeight="600"
348
>
- {exchanges?.length ?? 0}
349
+ {sellerProducts?.[0]?.numExchanges ?? 0}
350
</Typography>
351
</div>
352
<div>
0 commit comments