We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711ae50 commit e127a8dCopy full SHA for e127a8d
1 file changed
src/app/shared/cart-drawer/cart-drawer.component.ts
@@ -143,7 +143,7 @@ export class CartDrawerComponent implements OnInit{
143
const groupedByOwner: any[][] = Object.values(
144
this.items.reduce((groups: any, item: any) => {
145
const owner = item.relatedParty
146
- ?.find((rp: any) => rp.role === 'Seller')
+ ?.find((rp: any) => rp.role === 'Owner')
147
?.id;
148
149
if (owner) {
0 commit comments