Skip to content

Commit aeebf74

Browse files
committed
feat: use sc
1 parent f116496 commit aeebf74

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/test-commerce-sdk-react/app/pages/use-shopper-experience.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ const componentMapProxy = new Proxy(
2626
<div style={{marginBottom: '10px'}}>
2727
<b>{props.typeId}</b>
2828
{props?.regions?.map((region: any) => (
29-
<Region
30-
key={region.id}
31-
component={props.component}
32-
regionId={region.id}
33-
/>
29+
<Region key={region.id} component={props.component} regionId={region.id} />
3430
))}
3531
</div>
3632
)

0 commit comments

Comments
 (0)